graphify added

This commit is contained in:
Kalana B. Thilakarathna
2026-07-31 11:53:20 +05:30
parent b7bd8dca5c
commit 3cccaf4c63
448 changed files with 255761 additions and 0 deletions
File diff suppressed because one or more lines are too long
+1
View File
@@ -0,0 +1 @@
C:\Program Files\Python311\python.exe
+1
View File
@@ -0,0 +1 @@
C:\Users\lenovo\Desktop\NEWGITEA\ERP-core
+851
View File
@@ -0,0 +1,851 @@
# Graph Report - . (2026-07-31)
## Corpus Check
- Large corpus: 631 files · ~524,040 words. Semantic extraction will be expensive (many Claude tokens). Consider running on a subfolder.
## Summary
- 4512 nodes · 14753 edges · 193 communities (150 shown, 43 thin omitted)
- Extraction: 94% EXTRACTED · 6% INFERRED · 0% AMBIGUOUS · INFERRED: 868 edges (avg confidence: 0.8)
- Token cost: 25,930 input · 8,335 output
## Community Hubs (Navigation)
- HRM Dashboard Pages
- Dashboard & Procurement UI
- Attendance Management UI
- Employee Profile UI
- Product Catalog Frontend
- Backend API Controllers
- Domain Entities
- Purchase Order Frontend
- Authentication API
- Leave Management API
- Core Domain Models
- Repository & UoW Interfaces
- Production Runs API
- Attendance Batch API
- HRM Attendance DTOs
- Audit & Finance Stubs
- ETag Concurrency Layer
- Inventory Items API
- Purchase Orders API
- Production Run Entities
- GRN Receiving API
- Cross-Cutting Infrastructure
- Stock Count API
- GRN & Bin Entities
- Branch & Department Entities
- Audit Logs API
- Production API Client
- Stock Transfer API
- HR Reports API
- Backend Progress Tracker
- Role Management API
- Stock Ledger Entities
- AuthHex Identity Client
- User Management API
- Stock Adjustment API
- Employment Types API
- Auth Role DTOs
- Production Template Graph UI
- Brand Management API
- Warehouse Management API
- HRM Branches & Designations
- HR Domain Enums
- Employee Management API
- Work Shift API
- RFQ Management API
- Department Management API
- HR Document Types API
- App Header Layout
- Purchase Returns API
- Vendor Management API
- Build & Config
- Item Types API
- Dashboard & Procurement UI
- Authentication API
- Salary Components API
- Navigation Item Domain
- HRM Branches API
- Payroll Line Entities
- Auth Session & Roles
- Authentication API
- Product Config Entities
- File Storage Service
- HR Document Enums
- GRN Receiving Frontend
- HR Document Enums
- Shared UI Components
- Payroll API
- Authentication API
- Tax Slab API
- RFQ Entities
- Payroll DTOs
- Payroll DTOs
- Frontend Application
- Dashboard & Procurement UI
- Dashboard API
- Reason Codes API
- Launch Configuration
- Product Config API
- Unit of Measure API
- Smoke Tests
- React UI Components
- Build & Config
- Payroll API
- Production Templates API
- Reason Code Entities
- ERP Core Backend
- Payslip API
- Batch Processing Entities
- Shadow User Auth
- Production Graph Validator
- Stock Snapshot API
- Requisition Domain
- Production Template DTOs
- Production Graph Validator
- Employee Documents Service
- Unit of Measure API
- Employee Loan Entities
- Requisition Domain
- Employee DTOs
- RFQ Entities
- Data Transfer Objects
- Service Interfaces
- Smoke Tests
- Smoke Tests
- ETag Concurrency
- Category Management API
- Data Transfer Objects
- ERP Core Backend
- Smoke Tests
- Layout Components
- ERP Core Backend
- ERP Core Backend
- Domain Entities
- Requisition Domain
- Dashboard & Procurement UI
- Shared UI Components
- Domain Entities
- Component Group 117
- ERP Core Backend
- Payroll DTOs
- ERP Core Backend
- Smoke Tests
- Smoke Tests
- Component Group 123
- Architecture Documentation
- Shared UI Components
- Build & Config
- Domain Entities
- Domain Entities
- Leave Domain
- HRM Service Layer
- Production Template Service
- ERP Core Backend
- Component Group 133
- Component Group 134
- Smoke Tests
- Component Group 136
- Frontend Pages
- Shared UI Components
- Authentication API
- Domain Entities
- Domain Entities
- Auth Infrastructure
- Accounting Stubs
- Production Template Service
- Frontend Application
- ERP Core Backend
- Frontend Pages
- Dashboard API
- Product Config API
- ERP Core Backend
- ERP Core Backend
- AuthHex Identity Client
- ERP Core Backend
- Smoke Tests
- Architecture Documentation
- Architecture Documentation
- Component Group 157
- HRM Dashboard Pages
- Dashboard & Procurement UI
- Shared UI Components
- Frontend Application
- Component Group 162
- Component Group 163
- Component Group 164
- ETag Concurrency
- Build & Config
- Frontend Application
- Build & Config
- Build & Config
- Build & Config
- Build & Config
- Build & Config
- Build & Config
- Build & Config
- Build & Config
- Build & Config
- Build & Config
- Frontend Application
- Frontend Application
- Architecture Documentation
- Architecture Documentation
- Architecture Documentation
- Architecture Documentation
- Architecture Documentation
- Architecture Documentation
- File Storage Service
- Architecture Documentation
- Architecture Documentation
- Frontend Application
- Frontend Progress Tracker
## God Nodes (most connected - your core abstractions)
1. `cn()` - 287 edges
2. `ERPCore.Domain.Enums` - 234 edges
3. `ERPCore.Domain.Entities` - 195 edges
4. `ERPCore.Services.Interfaces` - 153 edges
5. `ETagged` - 118 edges
6. `PageQuery` - 116 edges
7. `PagedResponse` - 116 edges
8. `EntityStatus` - 110 edges
9. `ERPCore.Dtos.Common` - 108 edges
10. `errorMessage()` - 104 edges
## Surprising Connections (you probably didn't know these)
- `AttendanceComputationService` --semantically_similar_to--> `FifoCostingService Domain Service` [INFERRED] [semantically similar]
docs/12-BACKEND-HRM.md → docs/00-CORE.md
- `Server-Authoritative Validation Posture` --semantically_similar_to--> `FifoCostingService Domain Service` [INFERRED] [semantically similar]
docs/20-FRONTEND.md → docs/00-CORE.md
- `GRN unitCost Override with PO Price Variance (2026-07-20)` --references--> `Accepted Risks Register (AR-01 through AR-10)` [EXTRACTED]
Backend/PROGRESS.md → docs/02-SECURITY.md
- `HRM Frontend Screens (Code Complete 2026-07-23)` --references--> `Phase 2 HRM API Reference` [EXTRACTED]
C:/Users/lenovo/Desktop/ NEWGITEA/ERP-core/Frontend/PROGRESS.md → docs/13-BACKEND-HRM-API.md
- `Manufacturing Backend (312 Smoke Assertions, 2026-07-30)` --implements--> `Manufacturing Phase 2 Backend Spec (Model + Rules + API)` [EXTRACTED]
Backend/PROGRESS.md → docs/30-BACKEND-PHASE2.md
## Import Cycles
- None detected.
## Hyperedges (group relationships)
- **FIFO + UoW + Audit Trail = Stock Integrity Triad** — docs_00_core_fifocostingservice, docs_00_core_unitofwork, docs_02_security_accepted_risks [INFERRED 0.85]
- **httpOnly Cookie + CSRF + Same-Origin Proxy = Frontend Auth Pattern** — docs_02_security_csrf_httponlycookie, docs_20_frontend_same_origin_proxy, docs_10_backend_phase1_authcontroller [INFERRED 0.90]
- **Attendance Confirmation → Payroll Lock → Loan Stamp Pipeline** — docs_13_backend_hrm_api_attendance_batch, docs_13_backend_hrm_api_payroll_run, docs_12_backend_hrm_lock_boundary [EXTRACTED 1.00]
## Communities (193 total, 43 thin omitted)
### Community 0 - "HRM Dashboard Pages"
Cohesion: 0.02
Nodes (145): AttendanceBatchesPage(), EmployeesPage(), LeaveRequestsPage(), PayrollRunsPage(), DepartmentsPage(), DocumentTypesPage(), LeaveTypesPage(), SalaryComponentsPage() (+137 more)
### Community 1 - "Dashboard & Procurement UI"
Cohesion: 0.07
Nodes (91): SAMPLE_TREND_IN, SAMPLE_TREND_OUT, StatusFilter, LineState, StatusFilter, StatusFilter, TrackingFilter, StatusFilter (+83 more)
### Community 2 - "Attendance Management UI"
Cohesion: 0.10
Nodes (70): AttendanceBatchDetailPage(), minutesLabel(), ROW_STATUS_STYLE, STATUS_STYLE, emptyForm, STATUS_STYLE, STATUS_STYLE, CATEGORIES (+62 more)
### Community 3 - "Employee Profile UI"
Cohesion: 0.03
Nodes (100): EmployeeDetailPage(), money(), Tab, TABS, money(), PayrollLineDetailPage(), money(), PayrollRunDetailPage() (+92 more)
### Community 4 - "Product Catalog Frontend"
Cohesion: 0.04
Nodes (86): BUILDER_ITEM_TYPES, buildVariantSku(), isBuilderItemType(), NewItemPage(), skuSegment(), ItemsPage(), LABELS, ProductSettingsPage() (+78 more)
### Community 5 - "Backend API Controllers"
Cohesion: 0.05
Nodes (20): PaginationDto, ERPCore.Dtos.Audit, ERPCore.Dtos.Production, ERPCore.Dtos.ItemTypes, ERPCore.Dtos.Items, ERPCore.Dtos.Uoms, ERPCore.Dtos.Categories, ERPCore.Controllers (+12 more)
### Community 6 - "Domain Entities"
Cohesion: 0.04
Nodes (4): CustomFieldType, ERPCore.Infra.Persistence.Configurations, ERPCore.Domain.Entities, ERPCore.Domain.Enums
### Community 7 - "Purchase Order Frontend"
Cohesion: 0.04
Nodes (81): DraftLine, newKey(), PurchaseOrderDetailPage(), DraftLine, emptyLine(), newKey(), NewPurchaseOrderContent(), DraftLine (+73 more)
### Community 8 - "Authentication API"
Cohesion: 0.08
Nodes (47): AllowAnonymous, ActionResult, CancellationToken, Guid, HttpGet, HttpPost, HttpPut, IActionResult (+39 more)
### Community 9 - "Leave Management API"
Cohesion: 0.06
Nodes (48): ActionResult, CancellationToken, HttpGet, HttpPost, ProducesResponseType, Task, LeaveRequestsController, ActionResult (+40 more)
### Community 10 - "Core Domain Models"
Cohesion: 0.04
Nodes (52): DateTime, Brand, DateTime, ICollection, Category, DateTime, ICollection, Item (+44 more)
### Community 11 - "Repository & UoW Interfaces"
Cohesion: 0.06
Nodes (38): IUnitOfWork, IQueryable, IRepository, CancellationToken, Task, EmployeeUserLinkService, CancellationToken, List (+30 more)
### Community 12 - "Production Runs API"
Cohesion: 0.07
Nodes (48): ActionResult, CancellationToken, HttpGet, HttpPost, HttpPut, ProducesResponseType, Task, ProductionRunsController (+40 more)
### Community 13 - "Attendance Batch API"
Cohesion: 0.06
Nodes (43): ActionResult, CancellationToken, HttpGet, HttpPost, HttpPut, IActionResult, IFormFile, List (+35 more)
### Community 14 - "HRM Attendance DTOs"
Cohesion: 0.07
Nodes (31): TimeSpan, AttendanceRecordDto, AttendanceUploadBatchDto, ResolveDuplicateRequest, UpdateAttendanceRecordRequest, BranchDto, CancellationToken, IReadOnlyList (+23 more)
### Community 15 - "Audit & Finance Stubs"
Cohesion: 0.05
Nodes (38): DateTime, AuditLog, JournalEntryStub, NumberSequence, AuditAction, Guid, Task, ShadowUserClaimsTransformation (+30 more)
### Community 16 - "ETag Concurrency Layer"
Cohesion: 0.11
Nodes (26): ETagged, ActionResult, CancellationToken, HttpGet, HttpPatch, HttpPost, HttpPut, IActionResult (+18 more)
### Community 17 - "Inventory Items API"
Cohesion: 0.10
Nodes (32): ActionResult, CancellationToken, HttpGet, HttpPatch, HttpPost, HttpPut, IActionResult, ProducesResponseType (+24 more)
### Community 18 - "Purchase Orders API"
Cohesion: 0.10
Nodes (28): ActionResult, CancellationToken, HttpDelete, HttpGet, HttpPost, HttpPut, IActionResult, ProducesResponseType (+20 more)
### Community 19 - "Production Run Entities"
Cohesion: 0.10
Nodes (27): DateTime, ICollection, ProductionRun, DateTime, ICollection, RunStage, ProductionStageStatus, RunGraphDto (+19 more)
### Community 20 - "GRN Receiving API"
Cohesion: 0.09
Nodes (31): ActionResult, CancellationToken, HttpGet, HttpPost, ProducesResponseType, Task, GrnsController, GrnStatus (+23 more)
### Community 21 - "Cross-Cutting Infrastructure"
Cohesion: 0.14
Nodes (10): ERPCore.Common.Http, ERPCore.Infra.UoW, ERPCore.Services, ERPCore.Domain, ERPCore.Infra.Storage, ERPCore.Services.Hrm, ERPCore.Infra.Auth, ERPCore.System.Errors (+2 more)
### Community 22 - "Stock Count API"
Cohesion: 0.09
Nodes (32): ActionResult, CancellationToken, HttpGet, HttpPost, HttpPut, ProducesResponseType, Task, StockCountsController (+24 more)
### Community 23 - "GRN & Bin Entities"
Cohesion: 0.05
Nodes (36): Bin, DateTime, ICollection, Grn, GrnLine, ItemReorder, PoLine, DateTime (+28 more)
### Community 24 - "Branch & Department Entities"
Cohesion: 0.05
Nodes (36): DateTime, Branch, DateTime, Department, DateTime, Designation, DateTime, Employee (+28 more)
### Community 25 - "Audit Logs API"
Cohesion: 0.07
Nodes (33): ActionResult, CancellationToken, DateOnly, HttpGet, ProducesResponseType, Task, AuditLogsController, ActionResult (+25 more)
### Community 26 - "Production API Client"
Cohesion: 0.06
Nodes (48): isStaleStageError(), ListRunsParams, STALE_STAGE_CODES, ApproveStageRequest, ApproveStageResult, CancelReturn, CancelRunRequest, CancelRunResult (+40 more)
### Community 27 - "Stock Transfer API"
Cohesion: 0.11
Nodes (26): ActionResult, CancellationToken, HttpGet, HttpPost, ProducesResponseType, Task, StockTransfersController, TransferStatus (+18 more)
### Community 28 - "HR Reports API"
Cohesion: 0.15
Nodes (22): ActionResult, CancellationToken, HttpGet, List, ProducesResponseType, Task, HrReportsController, AttendanceSummaryRowDto (+14 more)
### Community 29 - "Backend Progress Tracker"
Cohesion: 0.07
Nodes (42): AuthController Proxy (24 AuthHex functions, httpOnly cookies), DateTime Kind=Unspecified Fix (Global EF ValueConverter, 2026-07-23), GRN unitCost Override with PO Price Variance (2026-07-20), Backend HRM Phase 2 (Sub-phases 2.12.4, complete 2026-07-23), Manufacturing Backend (312 Smoke Assertions, 2026-07-30), Backend PROGRESS.md (Phase 1 Inventory & Supply Chain), ASP.NET Core Web API (.NET 10), AuthHex External Identity Provider (+34 more)
### Community 30 - "Role Management API"
Cohesion: 0.14
Nodes (22): ActionResult, CancellationToken, HttpDelete, HttpGet, HttpPatch, HttpPost, HttpPut, IActionResult (+14 more)
### Community 31 - "Stock Ledger Entities"
Cohesion: 0.09
Nodes (26): DateTime, StockLedger, Direction, string, CurrentUser, ICurrentUser, EntityTypeBuilder, StockLedgerConfiguration (+18 more)
### Community 32 - "AuthHex Identity Client"
Cohesion: 0.15
Nodes (9): CancellationToken, Guid, JsonSerializerOptions, List, Task, AuthHexClient, Guid, AuthHexSessionResult (+1 more)
### Community 33 - "User Management API"
Cohesion: 0.13
Nodes (22): ActionResult, CancellationToken, HttpGet, HttpPost, HttpPut, List, ProducesResponseType, Task (+14 more)
### Community 34 - "Stock Adjustment API"
Cohesion: 0.10
Nodes (26): ActionResult, CancellationToken, HttpGet, HttpPost, ProducesResponseType, Task, StockAdjustmentsController, List (+18 more)
### Community 35 - "Employment Types API"
Cohesion: 0.13
Nodes (21): ActionResult, CancellationToken, HttpGet, HttpPatch, HttpPost, HttpPut, IActionResult, ProducesResponseType (+13 more)
### Community 36 - "Auth Role DTOs"
Cohesion: 0.14
Nodes (10): DateTime, Guid, AuthHexRoleDto, CreateAuthHexRoleRequest, UpdateAuthHexRoleRequest, CancellationToken, Guid, List (+2 more)
### Community 37 - "Production Template Graph UI"
Cohesion: 0.09
Nodes (26): AnnotationNodeData, LineNodeComponent, DEFAULT_BOX, DEFAULT_LINE, detectCycle(), graphToFlow(), nodeTypes, TemplateBuilderPage() (+18 more)
### Community 38 - "Brand Management API"
Cohesion: 0.14
Nodes (20): ActionResult, CancellationToken, HttpGet, HttpPatch, HttpPost, HttpPut, IActionResult, ProducesResponseType (+12 more)
### Community 39 - "Warehouse Management API"
Cohesion: 0.15
Nodes (20): ActionResult, CancellationToken, HttpGet, HttpPost, IReadOnlyList, ProducesResponseType, Task, WarehousesController (+12 more)
### Community 40 - "HRM Branches & Designations"
Cohesion: 0.14
Nodes (21): ApiControllerBase, BranchesController, ActionResult, CancellationToken, HttpGet, HttpPatch, HttpPost, HttpPut (+13 more)
### Community 41 - "HR Domain Enums"
Cohesion: 0.13
Nodes (20): EmployeeStatus, Gender, DateTime, List, CreateEmployeeRequest, EmployeeBankDetailDto, EmployeeDetailDto, EmployeeListItemDto (+12 more)
### Community 42 - "Employee Management API"
Cohesion: 0.23
Nodes (14): ActionResult, CancellationToken, HttpDelete, HttpGet, HttpPatch, HttpPost, HttpPut, IActionResult (+6 more)
### Community 43 - "Work Shift API"
Cohesion: 0.15
Nodes (20): ActionResult, CancellationToken, HttpGet, HttpPatch, HttpPost, HttpPut, IActionResult, ProducesResponseType (+12 more)
### Community 44 - "RFQ Management API"
Cohesion: 0.13
Nodes (23): ActionResult, CancellationToken, HttpGet, HttpPost, ProducesResponseType, Task, RfqsController, RfqStatus (+15 more)
### Community 45 - "Department Management API"
Cohesion: 0.15
Nodes (17): ActionResult, CancellationToken, HttpGet, HttpPatch, HttpPost, HttpPut, IActionResult, ProducesResponseType (+9 more)
### Community 46 - "HR Document Types API"
Cohesion: 0.15
Nodes (17): ActionResult, CancellationToken, HttpGet, HttpPatch, HttpPost, HttpPut, IActionResult, ProducesResponseType (+9 more)
### Community 47 - "App Header Layout"
Cohesion: 0.09
Nodes (25): Header(), initialNotifications, initials(), Notification, PROCUREMENT_TITLES, STOCK_TITLES, titleFromPath(), options (+17 more)
### Community 48 - "Purchase Returns API"
Cohesion: 0.14
Nodes (20): ActionResult, CancellationToken, HttpGet, HttpPost, ProducesResponseType, Task, PurchaseReturnsController, List (+12 more)
### Community 49 - "Vendor Management API"
Cohesion: 0.17
Nodes (17): ActionResult, CancellationToken, HttpGet, HttpPatch, HttpPost, HttpPut, IActionResult, ProducesResponseType (+9 more)
### Community 50 - "Build & Config"
Cohesion: 0.07
Nodes (28): compilerOptions, allowJs, esModuleInterop, incremental, isolatedModules, jsx, lib, module (+20 more)
### Community 51 - "Item Types API"
Cohesion: 0.18
Nodes (17): ActionResult, CancellationToken, HttpGet, HttpPatch, HttpPost, HttpPut, IActionResult, ProducesResponseType (+9 more)
### Community 52 - "Dashboard & Procurement UI"
Cohesion: 0.13
Nodes (22): buildFlow(), nodeTypes, ProductionRunDetailPage(), runStatusBadgeClass(), fmt(), money(), RunActions(), fmt() (+14 more)
### Community 53 - "Authentication API"
Cohesion: 0.16
Nodes (14): DateTime, Guid, JsonElement, IsAvailableRequest, IsAvailableResponse, SendOtpRequest, SendOtpResponse, VerifyAltOtpRequest (+6 more)
### Community 54 - "Salary Components API"
Cohesion: 0.19
Nodes (16): ActionResult, CancellationToken, HttpGet, HttpPatch, HttpPost, HttpPut, IActionResult, ProducesResponseType (+8 more)
### Community 55 - "Navigation Item Domain"
Cohesion: 0.10
Nodes (18): ICollection, NavItem, Permission, DateTime, Guid, Role, RolePermission, SubNavItem (+10 more)
### Community 56 - "HRM Branches API"
Cohesion: 0.17
Nodes (15): ActionResult, CancellationToken, HttpGet, HttpPatch, HttpPost, HttpPut, IActionResult, ProducesResponseType (+7 more)
### Community 57 - "Payroll Line Entities"
Cohesion: 0.10
Nodes (16): List, PayrollLine, PayrollLineComponent, DateTime, TaxSlab, PayrollLineComponentCategory, EntityTypeBuilder, PayrollLineComponentConfiguration (+8 more)
### Community 58 - "Auth Session & Roles"
Cohesion: 0.21
Nodes (7): AuthSessionResult, OtpAuthSessionResult, CancellationToken, Guid, List, Task, AuthUserService
### Community 59 - "Authentication API"
Cohesion: 0.17
Nodes (12): DateTime, Guid, ForgotPasswordRequest, ForgotPasswordResponse, VerifyRecoveryOtpRequest, VerifyRecoveryOtpResponse, CancellationToken, Task (+4 more)
### Community 60 - "Product Config Entities"
Cohesion: 0.10
Nodes (17): DateTime, int, ProductConfig, DateTime, ICollection, StockTransfer, StockTransferLine, Guid (+9 more)
### Community 61 - "File Storage Service"
Cohesion: 0.14
Nodes (15): CancellationToken, RelativePath, SizeBytes, StoredFileName, Stream, Task, IFileStorageService, CancellationToken (+7 more)
### Community 62 - "HR Document Enums"
Cohesion: 0.13
Nodes (16): EmployeeDocumentStatus, HrDocumentCategory, DateTime, CreateHrDocumentTypeRequest, EmployeeDocumentDto, UpdateEmployeeDocumentStatusRequest, UpdateHrDocumentTypeRequest, UploadEmployeeDocumentRequest (+8 more)
### Community 63 - "GRN Receiving Frontend"
Cohesion: 0.13
Nodes (20): DraftLine, grnClass(), GrnStatusBadge(), holdClass(), HoldStatusBadge(), ListGrnsParams, BatchInput, ConfirmGrnResponse (+12 more)
### Community 64 - "HR Document Enums"
Cohesion: 0.18
Nodes (12): LoanKind, CreateEmployeeLoanRequest, EmployeeLoanDto, CancellationToken, List, Task, EmployeeLoanService, CancellationToken (+4 more)
### Community 65 - "Shared UI Components"
Cohesion: 0.09
Nodes (21): aliases, components, hooks, lib, ui, utils, iconLibrary, menuAccent (+13 more)
### Community 66 - "Payroll API"
Cohesion: 0.16
Nodes (15): ActionResult, CancellationToken, HttpGet, HttpPost, List, ProducesResponseType, Task, PayrollStatutorySettingsController (+7 more)
### Community 67 - "Authentication API"
Cohesion: 0.17
Nodes (6): AuthHexEnvelope, AuthHexRequestBody, ERPCore.Services.Auth, ERPCore.Infra.Auth.AuthHex, ERPCore.Dtos.Auth, ERPCore.Dtos.Rbac
### Community 68 - "Tax Slab API"
Cohesion: 0.17
Nodes (15): ActionResult, CancellationToken, HttpGet, HttpPost, List, ProducesResponseType, Task, TaxSlabsController (+7 more)
### Community 69 - "RFQ Entities"
Cohesion: 0.14
Nodes (13): DateTime, ICollection, Rfq, RfqLine, DateTime, ICollection, VendorQuotation, VendorQuotationLine (+5 more)
### Community 70 - "Payroll DTOs"
Cohesion: 0.27
Nodes (7): PayrollLineDetailDto, PayrollLineDto, PayrollRunDto, CancellationToken, List, Task, PayrollRunService
### Community 71 - "Payroll DTOs"
Cohesion: 0.20
Nodes (12): List, CreateSalaryStructureRequest, EmployeeSalaryStructureDto, SalaryStructureLineRequest, CancellationToken, List, Task, EmployeeSalaryStructureService (+4 more)
### Community 72 - "Frontend Application"
Cohesion: 0.16
Nodes (13): AuthContext, AuthContextValue, AuthProvider(), useAuth(), AppSidebar(), navItems, SidebarContent(), Toaster() (+5 more)
### Community 73 - "Dashboard & Procurement UI"
Cohesion: 0.25
Nodes (12): Props, RolePermissionTree(), Label(), navApi, rolesApi, AssignRolePermissionsRequest, CreateRoleRequest, NavItem (+4 more)
### Community 74 - "Dashboard API"
Cohesion: 0.13
Nodes (14): ActionResult, CancellationToken, HttpGet, ProducesResponseType, Task, DashboardController, DashboardStatsDto, WarehouseValuationDto (+6 more)
### Community 75 - "Reason Codes API"
Cohesion: 0.20
Nodes (13): ActionResult, CancellationToken, HttpGet, HttpPost, ProducesResponseType, Task, ReasonCodesController, ReasonContext (+5 more)
### Community 76 - "Launch Configuration"
Cohesion: 0.12
Nodes (17): ASPNETCORE_ENVIRONMENT, applicationUrl, commandName, dotnetRunMessages, environmentVariables, launchBrowser, launchUrl, applicationUrl (+9 more)
### Community 77 - "Product Config API"
Cohesion: 0.21
Nodes (12): ActionResult, CancellationToken, HttpGet, HttpPut, ProducesResponseType, Task, ProductConfigController, ProductConfigDto (+4 more)
### Community 78 - "Unit of Measure API"
Cohesion: 0.21
Nodes (12): ActionResult, CancellationToken, HttpGet, HttpPost, ProducesResponseType, Task, UomsController, CreateUomRequest (+4 more)
### Community 79 - "Smoke Tests"
Cohesion: 0.15
Nodes (8): Client, _decode(), login(), parse_args(), Obtain an AuthHex access token via its `{functionName, payload}` envelope., The RFC 7807 domain error code, when the body carries one (docs/11 §1.8)., Response, Namespace
### Community 80 - "React UI Components"
Cohesion: 0.12
Nodes (17): @base-ui/react, chart.js, dependencies, @base-ui/react, chart.js, next, @radix-ui/react-icons, react-day-picker (+9 more)
### Community 81 - "Build & Config"
Cohesion: 0.12
Nodes (17): eslint, eslint-config-next, devDependencies, eslint, eslint-config-next, tailwindcss, @tailwindcss/postcss, @types/node (+9 more)
### Community 82 - "Payroll API"
Cohesion: 0.42
Nodes (8): ActionResult, CancellationToken, HttpGet, HttpPost, List, ProducesResponseType, Task, PayrollRunsController
### Community 83 - "Production Templates API"
Cohesion: 0.26
Nodes (11): ActionResult, CancellationToken, HttpGet, HttpPatch, HttpPost, HttpPut, IActionResult, ProducesResponseType (+3 more)
### Community 84 - "Reason Code Entities"
Cohesion: 0.16
Nodes (11): ReasonCode, DateTime, ICollection, StockAdjustment, StockAdjustmentLine, AdjustmentStatus, EntityTypeBuilder, ReasonCodeConfiguration (+3 more)
### Community 85 - "ERP Core Backend"
Cohesion: 0.13
Nodes (13): net10.0, ClosedXML (0.105.0), CsvHelper (33.1.0), Microsoft.AspNetCore.Authentication.JwtBearer (10.0.9), Microsoft.EntityFrameworkCore (10.0.9), Microsoft.EntityFrameworkCore.Design (10.0.9), Microsoft.EntityFrameworkCore.Tools (10.0.9), Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (10.0.9) (+5 more)
### Community 86 - "Payslip API"
Cohesion: 0.22
Nodes (11): ActionResult, CancellationToken, HttpGet, IActionResult, ProducesResponseType, Task, PayslipsController, PayslipDto (+3 more)
### Community 87 - "Batch Processing Entities"
Cohesion: 0.17
Nodes (9): DateOnly, Batch, Serial, DateTime, StockLayer, EntityTypeBuilder, BatchConfiguration, SerialConfiguration (+1 more)
### Community 88 - "Shadow User Auth"
Cohesion: 0.13
Nodes (4): ERPCore.Infra.Persistence, ERPCore.Infra.Persistence.Auditing, ERPCore.Repositories, ERPCore.Services.Stock
### Community 89 - "Production Graph Validator"
Cohesion: 0.15
Nodes (12): Dictionary, HashSet, IEnumerable, IReadOnlyList, List, EdgeDraft, InputDraft, OutputDraft (+4 more)
### Community 90 - "Stock Snapshot API"
Cohesion: 0.41
Nodes (8): ActionResult, CancellationToken, DateOnly, HttpGet, HttpPost, ProducesResponseType, Task, StockController
### Community 91 - "Requisition Domain"
Cohesion: 0.23
Nodes (9): DateOnly, List, CreateRequisitionLineInput, CreateRequisitionRequest, RequisitionLineDto, RequisitionSummaryDto, CancellationToken, Task (+1 more)
### Community 92 - "Production Template DTOs"
Cohesion: 0.22
Nodes (13): List, CanvasAnnotationDto, FieldDefDto, SaveEdgeRequest, SaveInputRequest, SaveOutputRequest, SaveStageRequest, SaveTemplateRequest (+5 more)
### Community 93 - "Production Graph Validator"
Cohesion: 0.41
Nodes (5): TemplateGraphDto, CancellationToken, IQueryable, Task, ProductionTemplateService
### Community 94 - "Employee Documents Service"
Cohesion: 0.19
Nodes (11): CancellationToken, Content, ContentType, Dictionary, FileName, List, Stream, Task (+3 more)
### Community 95 - "Unit of Measure API"
Cohesion: 0.20
Nodes (10): CancellationToken, QtyBase, Task, UnitCostBase, IUomConverter, CancellationToken, QtyBase, Task (+2 more)
### Community 96 - "Employee Loan Entities"
Cohesion: 0.19
Nodes (9): DateTime, List, EmployeeLoan, LoanInstallment, LoanInstallmentStatus, LoanStatus, EntityTypeBuilder, EmployeeLoanConfiguration (+1 more)
### Community 97 - "Requisition Domain"
Cohesion: 0.19
Nodes (9): DateTime, ICollection, Requisition, DateOnly, RequisitionLine, RequisitionStatus, EntityTypeBuilder, RequisitionConfiguration (+1 more)
### Community 98 - "Employee DTOs"
Cohesion: 0.24
Nodes (8): EmployeeMatchDto, EmployeeMatchResponse, LinkUserRequest, UserMatchDto, UserMatchResponse, CancellationToken, Task, IEmployeeUserLinkService
### Community 99 - "RFQ Entities"
Cohesion: 0.40
Nodes (5): RfqDto, CancellationToken, IEnumerable, Task, RfqService
### Community 100 - "Data Transfer Objects"
Cohesion: 0.27
Nodes (8): StockLedgerRowDto, StockOnHandDto, StockValuationDto, StockValuationLayerDto, CancellationToken, DateOnly, Task, IStockService
### Community 101 - "Service Interfaces"
Cohesion: 0.37
Nodes (4): CancellationToken, List, Task, IPayrollRunService
### Community 102 - "Smoke Tests"
Cohesion: 0.23
Nodes (12): cleanup(), diamond(), key_of(), main(), output_key_of(), pick_fixtures(), M2 smoke test — production template CRUD + graph validation (docs/30 §D.1, FR-MF, Grab two active items and a UOM to build a realistic template from. (+4 more)
### Community 103 - "Smoke Tests"
Cohesion: 0.27
Nodes (10): ledger_sum(), main(), on_hand(), M5 smoke test — terminal approve = production receipt + cost pool (FR-MFG-13)., drain_stock(), ensure_vendor(), Shared harness for the manufacturing smoke tests (docs/30-BACKEND-PHASE2.md)., Zero out every item's on-hand in a warehouse via one negative adjustment. (+2 more)
### Community 104 - "ETag Concurrency"
Cohesion: 0.17
Nodes (6): ETag, ApiControllerBase, HttpGet, IActionResult, MetaController, ControllerBase
### Community 105 - "Category Management API"
Cohesion: 0.27
Nodes (9): ActionResult, CancellationToken, HttpGet, HttpPatch, HttpPut, IActionResult, ProducesResponseType, Task (+1 more)
### Community 106 - "Data Transfer Objects"
Cohesion: 0.24
Nodes (7): ReorderAlertDto, CancellationToken, Task, IReorderService, CancellationToken, Task, ReorderService
### Community 107 - "ERP Core Backend"
Cohesion: 0.23
Nodes (6): CancellationToken, DbSet, IQueryable, IReadOnlyList, Task, Repository
### Community 108 - "Smoke Tests"
Cohesion: 0.27
Nodes (11): adjustment_reason(), build_template(), ensure_warehouse(), ledger_rows(), main(), on_hand(), production_reason(), M4 smoke test — stage start/complete/approve/transfer (docs/30 §D.3, FR-MFG-09.. (+3 more)
### Community 109 - "Layout Components"
Cohesion: 0.26
Nodes (10): Breadcrumbs(), labelFor(), SEGMENT_LABELS, Breadcrumb(), BreadcrumbEllipsis(), BreadcrumbItem(), BreadcrumbLink(), BreadcrumbList() (+2 more)
### Community 110 - "ERP Core Backend"
Cohesion: 0.18
Nodes (9): ActionResult, CancellationToken, HttpGet, List, ProducesResponseType, Task, NavController, NavItemDto (+1 more)
### Community 111 - "ERP Core Backend"
Cohesion: 0.44
Nodes (7): ActionResult, CancellationToken, HttpGet, HttpPost, ProducesResponseType, Task, RequisitionsController
### Community 112 - "Domain Entities"
Cohesion: 0.22
Nodes (8): DateTime, EmployeeDocument, DateTime, HrDocumentType, EntityTypeBuilder, EmployeeDocumentConfiguration, EntityTypeBuilder, HrDocumentTypeConfiguration
### Community 113 - "Requisition Domain"
Cohesion: 0.40
Nodes (5): RequisitionDto, CancellationToken, IEnumerable, Task, RequisitionService
### Community 114 - "Dashboard & Procurement UI"
Cohesion: 0.25
Nodes (8): areas, Card(), CardAction(), CardContent(), CardDescription(), CardFooter(), CardHeader(), CardTitle()
### Community 115 - "Shared UI Components"
Cohesion: 0.24
Nodes (7): DatePicker(), DatePickerProps, DateRangePicker(), DateRangePickerProps, Popover(), PopoverContent(), PopoverTrigger()
### Community 116 - "Domain Entities"
Cohesion: 0.31
Nodes (6): DateTime, ICollection, ProductionTemplate, ICollection, TemplateStage, Dictionary
### Community 117 - "Component Group 117"
Cohesion: 0.36
Nodes (10): ERP System Promotional Image (No Background), ERP System, ERP User (Laptop - Male), ERP User (Tablet - Female), Hexa ERP Brand, Hexa ERP Logo Image, Hexagonal Chain-Link Icon, Integrated Analytics Module (+2 more)
### Community 118 - "ERP Core Backend"
Cohesion: 0.25
Nodes (5): IReadOnlyList, PagedResult, PaginationMeta, Result, ERPCore.Common.Models
### Community 119 - "Payroll DTOs"
Cohesion: 0.25
Nodes (8): DateTime, CreateTaxSlabRequest, EmployeeSalaryStructureLineDto, GeneratePayrollRunRequest, LoanInstallmentDto, PayrollLineComponentDto, UnlockPayrollRunRequest, UpsertPayrollStatutorySettingRequest
### Community 120 - "ERP Core Backend"
Cohesion: 0.22
Nodes (7): CancellationToken, Exception, DomainExceptionHandler, HttpContext, IExceptionHandler, IProblemDetailsService, ValueTask
### Community 121 - "Smoke Tests"
Cohesion: 0.31
Nodes (7): find_template(), main(), M3 smoke test — run creation, list/detail, quantity override (docs/30 §D.2, FR-M, main(), M4b smoke test — UOM conversion on production stock inputs. This covers the s, bootstrap(), Standard entry point: parse args, log in, return (client, checker, args).
### Community 122 - "Smoke Tests"
Cohesion: 0.36
Nodes (8): ensure_template(), ledger(), main(), new_run(), on_hand(), prod_reason(), M6 + M7 smoke test — leftover return, reject-intake, terminal reject, run cancel, Cut (entry) -> Assemble (terminal). Cut has the stock input we return leftovers
### Community 123 - "Component Group 123"
Cohesion: 0.31
Nodes (9): Dark Theme Design Language, Dual User Workstation Setup, ERP Core Frontend Application, ERP Dashboard UI Scene, Financial Analytics Panel, ERP Background Image, Inventory Management Panel, User Productivity Panel (+1 more)
### Community 124 - "Architecture Documentation"
Cohesion: 0.22
Nodes (9): Backend Layered Architecture (Controller→Service→Repository→UoW), FifoCostingService Domain Service, UnitOfWork Transaction Boundary, AttendanceComputationService, Payroll Lock Boundary Rule, PayrollRun API (generate/approve/lock/unlock/payslips), Server-Authoritative Validation Posture, Run Cost Pool (Material Roll-up for Finished Goods) (+1 more)
### Community 125 - "Shared UI Components"
Cohesion: 0.22
Nodes (7): columns, currency, Order, orders, statusStyles, DataTable(), DataTableColumn
### Community 126 - "Build & Config"
Cohesion: 0.22
Nodes (8): name, private, scripts, build, dev, lint, start, version
### Community 127 - "Domain Entities"
Cohesion: 0.29
Nodes (6): DateTime, List, PayrollRun, PayrollRunStatus, EntityTypeBuilder, PayrollRunConfiguration
### Community 128 - "Domain Entities"
Cohesion: 0.29
Nodes (5): DateTime, SalaryComponent, SalaryComponentType, EntityTypeBuilder, SalaryComponentConfiguration
### Community 129 - "Leave Domain"
Cohesion: 0.46
Nodes (5): LeaveBalanceDto, CancellationToken, List, Task, ILeaveBalanceService
### Community 130 - "HRM Service Layer"
Cohesion: 0.54
Nodes (3): CancellationToken, Task, LeaveTypeService
### Community 131 - "Production Template Service"
Cohesion: 0.54
Nodes (3): CancellationToken, Task, IProductionTemplateService
### Community 132 - "ERP Core Backend"
Cohesion: 0.54
Nodes (3): CancellationToken, Task, VendorService
### Community 133 - "Component Group 133"
Cohesion: 0.43
Nodes (8): ERP Login Page UI, ERP System Branding / Marketing Visual, Female User Working on Tablet, ERP Login Page Illustration Image, Integrated Analytics Dashboard, Inventory Management Dashboard, Male User Working on Laptop, Order Processing Dashboard
### Community 134 - "Component Group 134"
Cohesion: 0.29
Nodes (6): ActionExecutingContext, ActionExecutionDelegate, Attribute, Task, ValidateCsrfAttribute, IAsyncActionFilter
### Community 136 - "Component Group 136"
Cohesion: 0.38
Nodes (7): ERP Frontend Public Assets, Globe SVG Icon, Vercel Brand / Company, Vercel Logo SVG, Window SVG Icon, Next.js Application Icon Asset, Window/Browser UI Icon
### Community 137 - "Frontend Pages"
Cohesion: 0.29
Nodes (5): ForgotEmailPage(), emailSchema, loginSchema, LoginValues, validateEmail()
### Community 138 - "Shared UI Components"
Cohesion: 0.29
Nodes (6): Avatar(), AvatarBadge(), AvatarFallback(), AvatarGroup(), AvatarGroupCount(), AvatarImage()
### Community 140 - "Domain Entities"
Cohesion: 0.40
Nodes (4): DateTime, ItemType, EntityTypeBuilder, ItemTypeConfiguration
### Community 141 - "Domain Entities"
Cohesion: 0.40
Nodes (4): DateTime, Payslip, EntityTypeBuilder, PayslipConfiguration
### Community 142 - "Auth Infrastructure"
Cohesion: 0.33
Nodes (4): string, JwtAuthExtensions, IConfiguration, IServiceCollection
### Community 143 - "Accounting Stubs"
Cohesion: 0.40
Nodes (4): CancellationToken, Task, NumberSequenceService, IDbCommand
### Community 144 - "Production Template Service"
Cohesion: 0.33
Nodes (5): List, ChildStageId, Name, ParentStageId, StageId
### Community 145 - "Frontend Application"
Cohesion: 0.33
Nodes (4): geistMono, geistSans, metadata, TooltipProvider()
### Community 146 - "ERP Core Backend"
Cohesion: 0.60
Nodes (4): ConflictException, DomainException, NotFoundException, Exception
### Community 155 - "Architecture Documentation"
Cohesion: 0.67
Nodes (3): Snapshot-at-Ingestion Rule (Attendance Integrity), AttendanceUploadBatch API (validate/confirm/unlock flow), Attendance Upload Wizard (3-step client flow)
### Community 156 - "Architecture Documentation"
Cohesion: 0.67
Nodes (3): Production Template Canvas Builder (React Flow), Production Template DAG (Stage Graph), ProductionGraphValidator (Kahn Toposort)
### Community 157 - "Component Group 157"
Cohesion: 1.00
Nodes (3): ERP Frontend Public Assets Directory, Next.js SVG Wordmark Logo, Next.js Brand / Framework
## Knowledge Gaps
- **362 isolated node(s):** `CustomFieldType`, `PaginationDto`, `WarehouseValuationDto`, `GrnLineDto`, `EmployeeSalaryStructureLineDto` (+357 more)
These have ≤1 connection - possible missing edges or undocumented components.
- **43 thin communities (<3 nodes) omitted from report** — run `graphify query` to explore isolated nodes.
## Suggested Questions
_Questions this graph is uniquely positioned to answer:_
- **Why does `ERPCore.Domain.Enums` connect `Domain Entities` to `Domain Entities`, `Backend API Controllers`, `Leave Management API`, `Core Domain Models`, `Production Runs API`, `Attendance Batch API`, `HRM Attendance DTOs`, `Audit & Finance Stubs`, `ETag Concurrency Layer`, `Inventory Items API`, `Purchase Orders API`, `Production Run Entities`, `GRN Receiving API`, `Cross-Cutting Infrastructure`, `Stock Count API`, `GRN & Bin Entities`, `Branch & Department Entities`, `Audit Logs API`, `Dashboard API`, `Stock Transfer API`, `Role Management API`, `Stock Ledger Entities`, `User Management API`, `Stock Adjustment API`, `Employment Types API`, `Brand Management API`, `HR Domain Enums`, `RFQ Management API`, `Purchase Returns API`, `Vendor Management API`, `Item Types API`, `Payroll Line Entities`, `HR Document Enums`, `HR Document Enums`, `Authentication API`, `Reason Codes API`, `Reason Code Entities`, `Shadow User Auth`, `Requisition Domain`, `Production Template DTOs`, `Employee Loan Entities`, `Requisition Domain`, `Data Transfer Objects`, `Payroll DTOs`, `Domain Entities`?**
_High betweenness centrality (0.089) - this node is a cross-community bridge._
- **Why does `EntityStatus` connect `ETag Concurrency Layer` to `Domain Entities`, `HRM Service Layer`, `Production Template Service`, `ERP Core Backend`, `Leave Management API`, `Core Domain Models`, `Repository & UoW Interfaces`, `Domain Entities`, `Attendance Batch API`, `HRM Attendance DTOs`, `Inventory Items API`, `GRN & Bin Entities`, `Branch & Department Entities`, `Role Management API`, `Employment Types API`, `Brand Management API`, `HRM Branches & Designations`, `Work Shift API`, `Department Management API`, `HR Document Types API`, `Vendor Management API`, `Item Types API`, `Salary Components API`, `Navigation Item Domain`, `HRM Branches API`, `Product Config Entities`, `Production Templates API`, `Production Graph Validator`, `Domain Entities`, `Domain Entities`?**
_High betweenness centrality (0.048) - this node is a cross-community bridge._
- **Why does `ErpDbContext` connect `Audit & Finance Stubs` to `Domain Entities`, `Leave Management API`, `Core Domain Models`, `Domain Entities`, `Attendance Batch API`, `Domain Entities`, `Accounting Stubs`, `Production Run Entities`, `Stock Count API`, `GRN & Bin Entities`, `Branch & Department Entities`, `Stock Ledger Entities`, `Navigation Item Domain`, `Payroll Line Entities`, `Product Config Entities`, `RFQ Entities`, `Reason Code Entities`, `Batch Processing Entities`, `Shadow User Auth`, `Employee Loan Entities`, `Requisition Domain`, `ERP Core Backend`, `Domain Entities`, `Domain Entities`, `Domain Entities`?**
_High betweenness centrality (0.047) - this node is a cross-community bridge._
- **What connects `CustomFieldType`, `PaginationDto`, `WarehouseValuationDto` to the rest of the system?**
_362 weakly-connected nodes found - possible documentation gaps or missing edges._
- **Should `HRM Dashboard Pages` be split into smaller, more focused modules?**
_Cohesion score 0.02269031781226903 - nodes in this community are weakly interconnected._
- **Should `Dashboard & Procurement UI` be split into smaller, more focused modules?**
_Cohesion score 0.0685805422647528 - nodes in this community are weakly interconnected._
- **Should `Attendance Management UI` be split into smaller, more focused modules?**
_Cohesion score 0.10198464435752572 - nodes in this community are weakly interconnected._
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_uom_cs", "label": "Uom.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Uom.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Uom.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "label": "Uom", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Uom.cs", "source_location": "L7", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_uom_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Uom.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_uom_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Uom.cs", "source_location": "L7", "weight": 1.0}], "raw_calls": []}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runstageoutput_cs", "label": "RunStageOutput.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "label": "RunStageOutput", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L13", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "runstage", "label": "RunStage", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\RunStageOutput.cs"}, {"id": "item", "label": "Item", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\RunStageOutput.cs"}, {"id": "uom", "label": "Uom", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\RunStageOutput.cs"}, {"id": "reasoncode", "label": "ReasonCode", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\RunStageOutput.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runstageoutput_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runstageoutput_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L13", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "target": "runstage", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": {"ref_token": "RunStage"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "target": "item", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": {"ref_token": "Item"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "target": "uom", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": {"ref_token": "Uom"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "target": "reasoncode", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "source_location": "L39", "weight": 1.0, "context": "field", "metadata": {"ref_token": "ReasonCode"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\RunStageOutput.cs", "table": {"ScrapReason": "ReasonCode", "Uom": "Uom", "Item": "Item", "RunStage": "RunStage"}}}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_rbac_medtos_cs", "label": "MeDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/MeDtos.cs", "source_location": "L1"}, {"id": "csharp_namespace:cf4d04315ea8addf", "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"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_rbac_medtos_erpcore_dtos_rbac_meresponsedto", "label": "MeResponseDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/MeDtos.cs", "source_location": "L6", "metadata": {"namespace": "ERPCore.Dtos.Rbac", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_rbac_medtos_cs", "target": "csharp_namespace:cf4d04315ea8addf", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/MeDtos.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_rbac_medtos_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_rbac_medtos_erpcore_dtos_rbac_meresponsedto", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/MeDtos.cs", "source_location": "L6", "weight": 1.0}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Dtos\\Rbac\\MeDtos.cs", "table": {"NavCodes": "IReadOnlyList"}}}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_purchasereturnline_cs", "label": "PurchaseReturnLine.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "label": "PurchaseReturnLine", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "source_location": "L7", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "purchasereturn", "label": "PurchaseReturn", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\PurchaseReturnLine.cs"}, {"id": "grnline", "label": "GrnLine", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\PurchaseReturnLine.cs"}, {"id": "item", "label": "Item", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\PurchaseReturnLine.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_purchasereturnline_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_purchasereturnline_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "source_location": "L7", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "target": "purchasereturn", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": {"ref_token": "PurchaseReturn"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "target": "grnline", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": {"ref_token": "GrnLine"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "target": "item", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": {"ref_token": "Item"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\PurchaseReturnLine.cs", "table": {"Item": "Item", "GrnLine": "GrnLine", "Return": "PurchaseReturn"}}}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_salarystructurestatus_cs", "label": "SalaryStructureStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/SalaryStructureStatus.cs", "source_location": "L1"}, {"id": "csharp_namespace:fbf43dc91365a344", "label": "ERPCore.Domain.Enums", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/SalaryStructureStatus.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Enums"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_salarystructurestatus_erpcore_domain_enums_salarystructurestatus", "label": "SalaryStructureStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/SalaryStructureStatus.cs", "source_location": "L4", "metadata": {"namespace": "ERPCore.Domain.Enums", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_salarystructurestatus_cs", "target": "csharp_namespace:fbf43dc91365a344", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/SalaryStructureStatus.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_salarystructurestatus_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_salarystructurestatus_erpcore_domain_enums_salarystructurestatus", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/SalaryStructureStatus.cs", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_stageedge_cs", "label": "StageEdge.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "label": "StageEdge", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "source_location": "L9", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "productiontemplate", "label": "ProductionTemplate", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\StageEdge.cs"}, {"id": "templatestage", "label": "TemplateStage", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\StageEdge.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_stageedge_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_stageedge_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "source_location": "L9", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "target": "productiontemplate", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": {"ref_token": "ProductionTemplate"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "target": "templatestage", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": {"ref_token": "TemplateStage"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "target": "templatestage", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": {"ref_token": "TemplateStage"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\StageEdge.cs", "table": {"ChildStage": "TemplateStage", "ParentStage": "TemplateStage", "Template": "ProductionTemplate"}}}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_services_auth_authsessionresult_cs", "label": "AuthSessionResult.cs", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L1"}, {"id": "csharp_namespace:0f1cf5a554393b2d", "label": "ERPCore.Services.Auth", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L3", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Services.Auth"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "label": "AuthSessionResult", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L11", "metadata": {"namespace": "ERPCore.Services.Auth", "scope_chain": ["s28"]}, "_callable": true, "_callable_class": true}, {"id": "authsessionresponse", "label": "AuthSessionResponse", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Services\\Auth\\AuthSessionResult.cs"}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "label": "OtpAuthSessionResult", "file_type": "code", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L20", "metadata": {"namespace": "ERPCore.Services.Auth", "scope_chain": ["s28"]}, "_callable": true, "_callable_class": true}, {"id": "otploginverifiedresponse", "label": "OtpLoginVerifiedResponse", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Services\\Auth\\AuthSessionResult.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_services_auth_authsessionresult_cs", "target": "erpcore_dtos_auth", "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"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_services_auth_authsessionresult_cs", "target": "csharp_namespace:0f1cf5a554393b2d", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L3", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_services_auth_authsessionresult_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L11", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "target": "authsessionresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": {"ref_token": "AuthSessionResponse"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_services_auth_authsessionresult_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L20", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "target": "otploginverifiedresponse", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": {"ref_token": "OtpLoginVerifiedResponse"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Services\\Auth\\AuthSessionResult.cs", "table": {"Body": "OtpLoginVerifiedResponse"}}}
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_cs", "label": "Result.cs", "file_type": "code", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L1"}, {"id": "csharp_namespace:aa77b7c211b04e8a", "label": "ERPCore.Common.Models", "file_type": "code", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Common.Models"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_erpcore_common_models_result", "label": "Result", "file_type": "code", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L9", "metadata": {"namespace": "ERPCore.Common.Models", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_erpcore_common_models_result_success", "label": ".Success()", "file_type": "code", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L24", "metadata": {"namespace": "ERPCore.Common.Models", "scope_chain": ["s0"]}, "_callable": true}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_erpcore_common_models_result_failure", "label": ".Failure()", "file_type": "code", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L25", "metadata": {"namespace": "ERPCore.Common.Models", "scope_chain": ["s0"]}, "_callable": true}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_cs", "target": "csharp_namespace:aa77b7c211b04e8a", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_erpcore_common_models_result", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L9", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_erpcore_common_models_result", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_erpcore_common_models_result_success", "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L24", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_erpcore_common_models_result_success", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_erpcore_common_models_result", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L24", "weight": 1.0, "context": "return_type", "metadata": {"ref_token": "Result"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_erpcore_common_models_result", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_erpcore_common_models_result_failure", "relation": "method", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L25", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_erpcore_common_models_result_failure", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_common_models_result_erpcore_common_models_result", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "source_location": "L25", "weight": 1.0, "context": "return_type", "metadata": {"ref_token": "Result"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Common\\Models\\Result.cs", "table": {"value": "T", "Value": "T"}}}
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_productconfig_cs", "label": "ProductConfig.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "label": "ProductConfig", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L17", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "int", "label": "int", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\ProductConfig.cs"}, {"id": "datetime", "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\ProductConfig.cs"}, {"id": "user", "label": "User", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\ProductConfig.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_productconfig_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_productconfig_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L17", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "target": "int", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": {"ref_token": "int"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "target": "datetime", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L28", "weight": 1.0, "context": "field", "metadata": {"ref_token": "DateTime"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "target": "user", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "source_location": "L31", "weight": 1.0, "context": "field", "metadata": {"ref_token": "User"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\ProductConfig.cs", "table": {"UpdatedByUser": "User", "UpdatedAt": "DateTime"}}}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_attendancestatus_cs", "label": "AttendanceStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceStatus.cs", "source_location": "L1"}, {"id": "csharp_namespace:fbf43dc91365a344", "label": "ERPCore.Domain.Enums", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceStatus.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Enums"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_attendancestatus_erpcore_domain_enums_attendancestatus", "label": "AttendanceStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceStatus.cs", "source_location": "L9", "metadata": {"namespace": "ERPCore.Domain.Enums", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_attendancestatus_cs", "target": "csharp_namespace:fbf43dc91365a344", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceStatus.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_attendancestatus_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_attendancestatus_erpcore_domain_enums_attendancestatus", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceStatus.cs", "source_location": "L9", "weight": 1.0}], "raw_calls": []}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_cs", "label": "DomainException.cs", "file_type": "code", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L1"}, {"id": "csharp_namespace:cdfd737e651e9341", "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"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "label": "DomainException", "file_type": "code", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L9", "metadata": {"namespace": "ERPCore.System.Errors", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_erpcore_system_errors_notfoundexception", "label": "NotFoundException", "file_type": "code", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L23", "metadata": {"namespace": "ERPCore.System.Errors", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_erpcore_system_errors_conflictexception", "label": "ConflictException", "file_type": "code", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L29", "metadata": {"namespace": "ERPCore.System.Errors", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_cs", "target": "csharp_namespace:cdfd737e651e9341", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L9", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L9", "weight": 1.0, "metadata": {"ref_token": "Exception"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_erpcore_system_errors_notfoundexception", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L23", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_erpcore_system_errors_notfoundexception", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L23", "weight": 1.0, "metadata": {"ref_token": "DomainException"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_erpcore_system_errors_conflictexception", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L29", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_erpcore_system_errors_conflictexception", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "source_location": "L29", "weight": 1.0, "metadata": {"ref_token": "DomainException"}}], "raw_calls": []}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_entitystatus_cs", "label": "EntityStatus.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/EntityStatus.cs", "source_location": "L1"}, {"id": "csharp_namespace:fbf43dc91365a344", "label": "ERPCore.Domain.Enums", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/EntityStatus.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Enums"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "EntityStatus", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/EntityStatus.cs", "source_location": "L8", "metadata": {"namespace": "ERPCore.Domain.Enums", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_entitystatus_cs", "target": "csharp_namespace:fbf43dc91365a344", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/EntityStatus.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_entitystatus_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/EntityStatus.cs", "source_location": "L8", "weight": 1.0}], "raw_calls": []}
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_itemreorder_cs", "label": "ItemReorder.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ItemReorder.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ItemReorder.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "label": "ItemReorder", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/ItemReorder.cs", "source_location": "L8", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "item", "label": "Item", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\ItemReorder.cs"}, {"id": "warehouse", "label": "Warehouse", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\ItemReorder.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_itemreorder_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ItemReorder.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_itemreorder_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ItemReorder.cs", "source_location": "L8", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "target": "item", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ItemReorder.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": {"ref_token": "Item"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "target": "warehouse", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/ItemReorder.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": {"ref_token": "Warehouse"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\ItemReorder.cs", "table": {"Warehouse": "Warehouse", "Item": "Item"}}}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_reference_reasoncodedtos_cs", "label": "ReasonCodeDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L1"}, {"id": "csharp_namespace:961e9c7c568982f0", "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"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "label": "ReasonCodeDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L7", "metadata": {"namespace": "ERPCore.Dtos.Reference", "scope_chain": ["s77"]}, "_callable": true, "_callable_class": true}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "label": "CreateReasonCodeRequest", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L9", "metadata": {"namespace": "ERPCore.Dtos.Reference", "scope_chain": ["s77"]}, "_callable": true, "_callable_class": true}, {"id": "reasoncontext", "label": "ReasonContext", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Dtos\\Reference\\ReasonCodeDtos.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_reference_reasoncodedtos_cs", "target": "system_componentmodel_dataannotations", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L1", "weight": 1.0, "metadata": {"using_kind": "namespace", "target_fqn": "System.ComponentModel.DataAnnotations", "scope_kind": "file"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_reference_reasoncodedtos_cs", "target": "erpcore_domain_enums", "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"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_reference_reasoncodedtos_cs", "target": "csharp_namespace:961e9c7c568982f0", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L4", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_reference_reasoncodedtos_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L7", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_reference_reasoncodedtos_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L9", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "target": "reasoncontext", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": {"ref_token": "ReasonContext"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Dtos\\Reference\\ReasonCodeDtos.cs", "table": {"Context": "ReasonContext"}}}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_auditaction_cs", "label": "AuditAction.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AuditAction.cs", "source_location": "L1"}, {"id": "csharp_namespace:fbf43dc91365a344", "label": "ERPCore.Domain.Enums", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AuditAction.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Enums"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_auditaction_erpcore_domain_enums_auditaction", "label": "AuditAction", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Enums/AuditAction.cs", "source_location": "L4", "metadata": {"namespace": "ERPCore.Domain.Enums", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_auditaction_cs", "target": "csharp_namespace:fbf43dc91365a344", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/AuditAction.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_auditaction_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_enums_auditaction_erpcore_domain_enums_auditaction", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Enums/AuditAction.cs", "source_location": "L4", "weight": 1.0}], "raw_calls": []}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_rolepermission_cs", "label": "RolePermission.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "label": "RolePermission", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "source_location": "L4", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "role", "label": "Role", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\RolePermission.cs"}, {"id": "permission", "label": "Permission", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\RolePermission.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_rolepermission_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_rolepermission_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "source_location": "L4", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "target": "role", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "source_location": "L9", "weight": 1.0, "context": "field", "metadata": {"ref_token": "Role"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "target": "permission", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "source_location": "L10", "weight": 1.0, "context": "field", "metadata": {"ref_token": "Permission"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\RolePermission.cs", "table": {"Permission": "Permission", "Role": "Role"}}}
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_hrdocumenttype_cs", "label": "HrDocumentType.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L3", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "label": "HrDocumentType", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L11", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s31"]}, "_callable": true, "_callable_class": true}, {"id": "hrdocumentcategory", "label": "HrDocumentCategory", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\HrDocumentType.cs"}, {"id": "entitystatus", "label": "EntityStatus", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\HrDocumentType.cs"}, {"id": "datetime", "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\HrDocumentType.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_hrdocumenttype_cs", "target": "erpcore_domain_enums", "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"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_hrdocumenttype_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L3", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_hrdocumenttype_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L11", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "target": "hrdocumentcategory", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": {"ref_token": "HrDocumentCategory"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "target": "entitystatus", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": {"ref_token": "EntityStatus"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "target": "datetime", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": {"ref_token": "DateTime"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "target": "datetime", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": {"ref_token": "DateTime"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\HrDocumentType.cs", "table": {"UpdatedAt": "DateTime", "CreatedAt": "DateTime", "Status": "EntityStatus", "Category": "HrDocumentCategory"}}}
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_designation_cs", "label": "Designation.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L3", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "label": "Designation", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L9", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s31"]}, "_callable": true, "_callable_class": true}, {"id": "entitystatus", "label": "EntityStatus", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\Designation.cs"}, {"id": "datetime", "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\Designation.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_designation_cs", "target": "erpcore_domain_enums", "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"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_designation_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L3", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_designation_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L9", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "target": "entitystatus", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": {"ref_token": "EntityStatus"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "target": "datetime", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": {"ref_token": "DateTime"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "target": "datetime", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": {"ref_token": "DateTime"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\Designation.cs", "table": {"UpdatedAt": "DateTime", "CreatedAt": "DateTime", "Status": "EntityStatus"}}}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_serial_cs", "label": "Serial.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Serial.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Serial.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "label": "Serial", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Serial.cs", "source_location": "L7", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "item", "label": "Item", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\Serial.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_serial_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Serial.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_serial_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Serial.cs", "source_location": "L7", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "target": "item", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Serial.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": {"ref_token": "Item"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\Serial.cs", "table": {"Item": "Item"}}}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_rbac_navdtos_cs", "label": "NavDtos.cs", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "source_location": "L1"}, {"id": "csharp_namespace:cf4d04315ea8addf", "label": "ERPCore.Dtos.Rbac", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Dtos.Rbac"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_rbac_navdtos_erpcore_dtos_rbac_subnavitemdto", "label": "SubNavItemDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "source_location": "L3", "metadata": {"namespace": "ERPCore.Dtos.Rbac", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_rbac_navdtos_erpcore_dtos_rbac_navitemdto", "label": "NavItemDto", "file_type": "code", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "source_location": "L5", "metadata": {"namespace": "ERPCore.Dtos.Rbac", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_rbac_navdtos_cs", "target": "csharp_namespace:cf4d04315ea8addf", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_rbac_navdtos_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_rbac_navdtos_erpcore_dtos_rbac_subnavitemdto", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "source_location": "L3", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_rbac_navdtos_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_dtos_rbac_navdtos_erpcore_dtos_rbac_navitemdto", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "source_location": "L5", "weight": 1.0}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Dtos\\Rbac\\NavDtos.cs", "table": {"Children": "IReadOnlyList"}}}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subcategory_cs", "label": "SubCategory.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L3", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "label": "SubCategory", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L11", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s31"]}, "_callable": true, "_callable_class": true}, {"id": "category", "label": "Category", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\SubCategory.cs"}, {"id": "entitystatus", "label": "EntityStatus", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\SubCategory.cs"}, {"id": "datetime", "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\SubCategory.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subcategory_cs", "target": "erpcore_domain_enums", "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"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subcategory_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L3", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subcategory_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L11", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "target": "category", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": {"ref_token": "Category"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "target": "entitystatus", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L19", "weight": 1.0, "context": "field", "metadata": {"ref_token": "EntityStatus"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "target": "datetime", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": {"ref_token": "DateTime"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "target": "datetime", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": {"ref_token": "DateTime"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\SubCategory.cs", "table": {"UpdatedAt": "DateTime", "CreatedAt": "DateTime", "Status": "EntityStatus", "Category": "Category"}}}
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_role_cs", "label": "Role.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L3", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "label": "Role", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L13", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s31"]}, "_callable": true, "_callable_class": true}, {"id": "guid", "label": "Guid", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\Role.cs"}, {"id": "entitystatus", "label": "EntityStatus", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\Role.cs"}, {"id": "datetime", "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\Role.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_role_cs", "target": "erpcore_domain_enums", "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"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_role_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L3", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_role_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L13", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "target": "guid", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": {"ref_token": "Guid"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "target": "entitystatus", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": {"ref_token": "EntityStatus"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "target": "datetime", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L22", "weight": 1.0, "context": "field", "metadata": {"ref_token": "DateTime"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "target": "datetime", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "source_location": "L23", "weight": 1.0, "context": "field", "metadata": {"ref_token": "DateTime"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\Role.cs", "table": {"UpdatedAt": "DateTime", "CreatedAt": "DateTime", "Status": "EntityStatus", "AuthRoleId": "Guid"}}}
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_payrollline_cs", "label": "PayrollLine.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "label": "PayrollLine", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L8", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "payrollrun", "label": "PayrollRun", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\PayrollLine.cs"}, {"id": "employee", "label": "Employee", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\PayrollLine.cs"}, {"id": "list", "label": "List", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\PayrollLine.cs"}, {"id": "payrolllinecomponent", "label": "PayrollLineComponent", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\PayrollLine.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_payrollline_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_payrollline_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L8", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "target": "payrollrun", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": {"ref_token": "PayrollRun"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "target": "employee", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": {"ref_token": "Employee"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "target": "list", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "source_location": "L40", "weight": 1.0, "context": "field", "metadata": {"ref_token": "List"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "target": "payrolllinecomponent", "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"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\PayrollLine.cs", "table": {"Components": "List", "Employee": "Employee", "PayrollRun": "PayrollRun"}}}
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_vendorquotationline_cs", "label": "VendorQuotationLine.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotationLine.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotationLine.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "label": "VendorQuotationLine", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotationLine.cs", "source_location": "L4", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "vendorquotation", "label": "VendorQuotation", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\VendorQuotationLine.cs"}, {"id": "item", "label": "Item", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\VendorQuotationLine.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_vendorquotationline_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotationLine.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_vendorquotationline_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotationLine.cs", "source_location": "L4", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "target": "vendorquotation", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotationLine.cs", "source_location": "L9", "weight": 1.0, "context": "field", "metadata": {"ref_token": "VendorQuotation"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "target": "item", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotationLine.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": {"ref_token": "Item"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\VendorQuotationLine.cs", "table": {"Item": "Item", "Quotation": "VendorQuotation"}}}
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_leavetype_cs", "label": "LeaveType.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L3", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "label": "LeaveType", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L6", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s31"]}, "_callable": true, "_callable_class": true}, {"id": "entitystatus", "label": "EntityStatus", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\LeaveType.cs"}, {"id": "datetime", "label": "DateTime", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\LeaveType.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_leavetype_cs", "target": "erpcore_domain_enums", "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"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_leavetype_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L3", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_leavetype_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L6", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "target": "entitystatus", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L18", "weight": 1.0, "context": "field", "metadata": {"ref_token": "EntityStatus"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "target": "datetime", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L20", "weight": 1.0, "context": "field", "metadata": {"ref_token": "DateTime"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "target": "datetime", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": {"ref_token": "DateTime"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\LeaveType.cs", "table": {"UpdatedAt": "DateTime", "CreatedAt": "DateTime", "Status": "EntityStatus"}}}
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_infra_auth_authhexclaims_cs", "label": "AuthHexClaims.cs", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L1"}, {"id": "csharp_namespace:bf3cdac67588f626", "label": "ERPCore.Infra.Auth", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Infra.Auth"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_infra_auth_authhexclaims_erpcore_infra_auth_authhexclaims", "label": "AuthHexClaims", "file_type": "code", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L9", "metadata": {"namespace": "ERPCore.Infra.Auth", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "string", "label": "string", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Infra\\Auth\\AuthHexClaims.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_infra_auth_authhexclaims_cs", "target": "csharp_namespace:bf3cdac67588f626", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_infra_auth_authhexclaims_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_infra_auth_authhexclaims_erpcore_infra_auth_authhexclaims", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L9", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_infra_auth_authhexclaims_erpcore_infra_auth_authhexclaims", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L11", "weight": 1.0, "context": "field", "metadata": {"ref_token": "string"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_infra_auth_authhexclaims_erpcore_infra_auth_authhexclaims", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L12", "weight": 1.0, "context": "field", "metadata": {"ref_token": "string"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_infra_auth_authhexclaims_erpcore_infra_auth_authhexclaims", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L13", "weight": 1.0, "context": "field", "metadata": {"ref_token": "string"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_infra_auth_authhexclaims_erpcore_infra_auth_authhexclaims", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L14", "weight": 1.0, "context": "field", "metadata": {"ref_token": "string"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_infra_auth_authhexclaims_erpcore_infra_auth_authhexclaims", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": {"ref_token": "string"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_infra_auth_authhexclaims_erpcore_infra_auth_authhexclaims", "target": "string", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "source_location": "L16", "weight": 1.0, "context": "field", "metadata": {"ref_token": "string"}}], "raw_calls": []}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subnavitem_cs", "label": "SubNavItem.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "source_location": "L3", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "label": "SubNavItem", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "source_location": "L6", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s31"]}, "_callable": true, "_callable_class": true}, {"id": "entitystatus", "label": "EntityStatus", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\SubNavItem.cs"}, {"id": "navitem", "label": "NavItem", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\SubNavItem.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subnavitem_cs", "target": "erpcore_domain_enums", "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"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subnavitem_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "source_location": "L3", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subnavitem_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "source_location": "L6", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "target": "entitystatus", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "source_location": "L15", "weight": 1.0, "context": "field", "metadata": {"ref_token": "EntityStatus"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "target": "navitem", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "source_location": "L17", "weight": 1.0, "context": "field", "metadata": {"ref_token": "NavItem"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\SubNavItem.cs", "table": {"NavItem": "NavItem", "Status": "EntityStatus"}}}
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
{"nodes": [{"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runedge_cs", "label": "RunEdge.cs", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "source_location": "L1"}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "source_location": "L1", "type": "namespace", "metadata": {"kind": "csharp_namespace", "namespace": "ERPCore.Domain.Entities"}}, {"id": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "label": "RunEdge", "file_type": "code", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "source_location": "L16", "metadata": {"namespace": "ERPCore.Domain.Entities", "scope_chain": ["s0"]}, "_callable": true, "_callable_class": true}, {"id": "productionrun", "label": "ProductionRun", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\RunEdge.cs"}, {"id": "runstage", "label": "RunStage", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\RunEdge.cs"}], "edges": [{"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runedge_cs", "target": "csharp_namespace:ebc338855f18487b", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "source_location": "L1", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runedge_cs", "target": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "relation": "contains", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "source_location": "L16", "weight": 1.0}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "target": "productionrun", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "source_location": "L21", "weight": 1.0, "context": "field", "metadata": {"ref_token": "ProductionRun"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "target": "runstage", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "source_location": "L24", "weight": 1.0, "context": "field", "metadata": {"ref_token": "RunStage"}}, {"source": "c_users_lenovo_desktop_newgitea_erp_core_backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "target": "runstage", "relation": "references", "confidence": "EXTRACTED", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "source_location": "L27", "weight": 1.0, "context": "field", "metadata": {"ref_token": "RunStage"}}], "raw_calls": [], "csharp_type_table": {"path": "C:\\Users\\lenovo\\Desktop\\NEWGITEA\\ERP-core\\Backend\\ERPCore\\Domain\\Entities\\RunEdge.cs", "table": {"ChildRunStage": "RunStage", "ParentRunStage": "RunStage", "Run": "ProductionRun"}}}

Some files were not shown because too many files have changed in this diff Show More