257 lines
268 KiB
HTML
257 lines
268 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>graphify - /Users/gurpreet/Github/Odoo-Modules/fusion_clock/graphify-out/graph.html</title>
|
|
<script src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
|
|
<style>
|
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
|
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
|
|
#graph { flex: 1; }
|
|
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
|
|
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
|
|
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
|
|
#search:focus { border-color: #4E79A7; }
|
|
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
|
|
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
|
.search-item:hover { background: #2a2a4e; }
|
|
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
|
|
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
|
|
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
|
|
#info-content .field { margin-bottom: 5px; }
|
|
#info-content .field b { color: #e0e0e0; }
|
|
#info-content .empty { color: #555; font-style: italic; }
|
|
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
|
|
.neighbor-link:hover { background: #2a2a4e; }
|
|
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
|
|
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
|
|
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
|
|
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
|
|
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
|
|
.legend-item.dimmed { opacity: 0.35; }
|
|
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
|
|
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
.legend-count { color: #666; font-size: 11px; }
|
|
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="graph"></div>
|
|
<div id="sidebar">
|
|
<div id="search-wrap">
|
|
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
|
|
<div id="search-results"></div>
|
|
</div>
|
|
<div id="info-panel">
|
|
<h3>Node Info</h3>
|
|
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
|
|
</div>
|
|
<div id="legend-wrap">
|
|
<h3>Communities</h3>
|
|
<div id="legend"></div>
|
|
</div>
|
|
<div id="stats">300 nodes · 466 edges · 40 communities</div>
|
|
</div>
|
|
<script>
|
|
const RAW_NODES = [{"id": "users_gurpreet_github_odoo_modules_fusion_clock_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 18, "community_name": "Community 18", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_manifest_py", "label": "__manifest__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__manifest__.py", "community": 21, "community_name": "Community 21", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/__manifest__.py", "file_type": "code", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_correction_py", "label": "clock_correction.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "clock_correction.py", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_correction.py", "file_type": "code", "degree": 3}, {"id": "clock_correction_fusionclockcorrection", "label": "FusionClockCorrection", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionClockCorrection", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_correction.py", "file_type": "code", "degree": 5}, {"id": "clock_correction_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_correction.py", "file_type": "code", "degree": 1}, {"id": "clock_correction_create", "label": "create()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_correction.py", "file_type": "code", "degree": 3}, {"id": "clock_correction_fusionclockcorrection_action_approve", "label": ".action_approve()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_approve()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_correction.py", "file_type": "code", "degree": 3}, {"id": "clock_correction_fusionclockcorrection_action_reject", "label": ".action_reject()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reject()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_correction.py", "file_type": "code", "degree": 3}, {"id": "clock_correction_fusionclockcorrection_notify_office_user", "label": "._notify_office_user()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._notify_office_user()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_correction.py", "file_type": "code", "degree": 3}, {"id": "clock_correction_fusionclockcorrection_create_activity_log", "label": "._create_activity_log()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._create_activity_log()", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_correction.py", "file_type": "code", "degree": 5}, {"id": "clock_correction_rationale_93", "label": "Approve the correction and update the attendance record.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Approve the correction and update the attendance record.", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_correction.py", "file_type": "rationale", "degree": 1}, {"id": "clock_correction_rationale_115", "label": "Reject the correction request.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Reject the correction request.", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_correction.py", "file_type": "rationale", "degree": 1}, {"id": "clock_correction_rationale_128", "label": "Schedule a mail.activity for the office user.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Schedule a mail.activity for the office user.", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_correction.py", "file_type": "rationale", "degree": 1}, {"id": "clock_correction_rationale_151", "label": "Log the correction event.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Log the correction event.", "community": 9, "community_name": "Community 9", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_correction.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_leave_request_py", "label": "clock_leave_request.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "clock_leave_request.py", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_leave_request.py", "file_type": "code", "degree": 3}, {"id": "clock_leave_request_fusionclockleaverequest", "label": "FusionClockLeaveRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionClockLeaveRequest", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_leave_request.py", "file_type": "code", "degree": 4}, {"id": "clock_leave_request_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_leave_request.py", "file_type": "code", "degree": 1}, {"id": "clock_leave_request_create", "label": "create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 24.5, "font": {"size": 12, "color": "#ffffff"}, "title": "create()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_leave_request.py", "file_type": "code", "degree": 16}, {"id": "clock_leave_request_fusionclockleaverequest_notify_office_user", "label": "._notify_office_user()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._notify_office_user()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_leave_request.py", "file_type": "code", "degree": 3}, {"id": "clock_leave_request_fusionclockleaverequest_create_activity_log", "label": "._create_activity_log()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_activity_log()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_leave_request.py", "file_type": "code", "degree": 3}, {"id": "clock_leave_request_fusionclockleaverequest_action_mark_reviewed", "label": ".action_mark_reviewed()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_mark_reviewed()", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_leave_request.py", "file_type": "code", "degree": 2}, {"id": "clock_leave_request_rationale_78", "label": "Schedule a mail.activity for the office user.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Schedule a mail.activity for the office user.", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_leave_request.py", "file_type": "rationale", "degree": 1}, {"id": "clock_leave_request_rationale_100", "label": "Log the leave request in the activity log.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Log the leave request in the activity log.", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_leave_request.py", "file_type": "rationale", "degree": 1}, {"id": "clock_leave_request_rationale_112", "label": "Mark the leave request as reviewed by the office user.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Mark the leave request as reviewed by the office user.", "community": 12, "community_name": "Community 12", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_leave_request.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_report_py", "label": "clock_report.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "clock_report.py", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 9}, {"id": "clock_report_fusionclockreport", "label": "FusionClockReport", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.3, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionClockReport", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 8}, {"id": "clock_report_compute_name", "label": "_compute_name()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_name()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 1}, {"id": "clock_report_compute_is_batch", "label": "_compute_is_batch()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_is_batch()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 1}, {"id": "clock_report_compute_totals", "label": "_compute_totals()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_totals()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 2}, {"id": "clock_report_fusionclockreport_action_generate_report", "label": ".action_generate_report()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_generate_report()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 5}, {"id": "clock_report_fusionclockreport_action_reset_draft", "label": ".action_reset_draft()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_reset_draft()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 2}, {"id": "clock_report_fusionclockreport_action_send_report", "label": ".action_send_report()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_send_report()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 4}, {"id": "clock_report_fusionclockreport_collect_attendance_records", "label": "._collect_attendance_records()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._collect_attendance_records()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 6}, {"id": "clock_report_fusionclockreport_generate_pdf", "label": "._generate_pdf()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._generate_pdf()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 3}, {"id": "clock_report_fusionclockreport_send_report_email", "label": "._send_report_email()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._send_report_email()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 5}, {"id": "clock_report_fusionclockreport_action_export_csv", "label": ".action_export_csv()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".action_export_csv()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 5}, {"id": "clock_report_cron_generate_period_reports", "label": "_cron_generate_period_reports()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_cron_generate_period_reports()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 6}, {"id": "clock_report_calculate_current_period", "label": "_calculate_current_period()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_calculate_current_period()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 4}, {"id": "clock_report_action_generate_historical_reports", "label": "action_generate_historical_reports()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "action_generate_historical_reports()", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "code", "degree": 5}, {"id": "clock_report_rationale_130", "label": "Generate the PDF report for this record.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate the PDF report for this record.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "rationale", "degree": 1}, {"id": "clock_report_rationale_137", "label": "Reset the report back to draft so the user can make changes.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Reset the report back to draft so the user can make changes.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "rationale", "degree": 1}, {"id": "clock_report_rationale_142", "label": "Send the report via email.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Send the report via email.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "rationale", "degree": 1}, {"id": "clock_report_rationale_150", "label": "Link attendance and leave records for the period and employee.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Link attendance and leave records for the period and employee.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "rationale", "degree": 1}, {"id": "clock_report_rationale_181", "label": "Render the QWeb report to PDF and store it.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Render the QWeb report to PDF and store it.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "rationale", "degree": 1}, {"id": "clock_report_rationale_207", "label": "Send the report with the PDF attached.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Send the report with the PDF attached.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "rationale", "degree": 1}, {"id": "clock_report_rationale_293", "label": "Export the report data as a CSV file for payroll.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Export the report data as a CSV file for payroll.", "community": 4, "community_name": "Community 4", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "rationale", "degree": 1}, {"id": "clock_report_rationale_386", "label": "Cron: Generate reports when a pay period ends.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cron: Generate reports when a pay period ends.", "community": 22, "community_name": "Community 22", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "rationale", "degree": 0}, {"id": "clock_report_rationale_457", "label": "Calculate the period start/end dates based on schedule type.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate the period start/end dates based on schedule type.", "community": 23, "community_name": "Community 23", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "rationale", "degree": 0}, {"id": "clock_report_rationale_507", "label": "Generate reports for all past pay periods from historical attendance data.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate reports for all past pay periods from historical attendance data.", "community": 24, "community_name": "Community 24", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_report.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_activity_log_py", "label": "clock_activity_log.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "clock_activity_log.py", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_activity_log.py", "file_type": "code", "degree": 3}, {"id": "clock_activity_log_fusionclockactivitylog", "label": "FusionClockActivityLog", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionClockActivityLog", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_activity_log.py", "file_type": "code", "degree": 1}, {"id": "clock_activity_log_compute_attempt_map_url", "label": "_compute_attempt_map_url()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_attempt_map_url()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_activity_log.py", "file_type": "code", "degree": 1}, {"id": "clock_activity_log_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 14, "community_name": "Community 14", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_activity_log.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_shift_py", "label": "clock_shift.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "clock_shift.py", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_shift.py", "file_type": "code", "degree": 2}, {"id": "clock_shift_fusionclockshift", "label": "FusionClockShift", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionClockShift", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_shift.py", "file_type": "code", "degree": 2}, {"id": "clock_shift_fusionclockshift_compute_employee_count", "label": "._compute_employee_count()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_employee_count()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_shift.py", "file_type": "code", "degree": 1}, {"id": "clock_shift_scheduled_hours", "label": "scheduled_hours()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "scheduled_hours()", "community": 15, "community_name": "Community 15", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_shift.py", "file_type": "code", "degree": 1}, {"id": "clock_shift_rationale_61", "label": "Return the scheduled work hours for this shift (excluding break).", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the scheduled work hours for this shift (excluding break).", "community": 25, "community_name": "Community 25", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_shift.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_location_py", "label": "clock_location.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "clock_location.py", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_location.py", "file_type": "code", "degree": 3}, {"id": "clock_location_fusionclocklocation", "label": "FusionClockLocation", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionClockLocation", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_location.py", "file_type": "code", "degree": 6}, {"id": "clock_location_tz_get", "label": "_tz_get()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_tz_get()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_location.py", "file_type": "code", "degree": 1}, {"id": "clock_location_compute_map_url", "label": "_compute_map_url()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_map_url()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_location.py", "file_type": "code", "degree": 1}, {"id": "clock_location_fusionclocklocation_compute_attendance_count", "label": "._compute_attendance_count()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_attendance_count()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_location.py", "file_type": "code", "degree": 1}, {"id": "clock_location_fusionclocklocation_check_ip_whitelist", "label": ".check_ip_whitelist()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".check_ip_whitelist()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_location.py", "file_type": "code", "degree": 3}, {"id": "clock_location_fusionclocklocation_action_detect_ip", "label": ".action_detect_ip()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_detect_ip()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_location.py", "file_type": "code", "degree": 2}, {"id": "clock_location_fusionclocklocation_action_geocode_address", "label": ".action_geocode_address()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_geocode_address()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_location.py", "file_type": "code", "degree": 2}, {"id": "clock_location_fusionclocklocation_action_view_attendances", "label": ".action_view_attendances()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".action_view_attendances()", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_location.py", "file_type": "code", "degree": 2}, {"id": "clock_location_rationale_108", "label": "Check if a client IP matches this location's whitelist. Returns True if", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if a client IP matches this location's whitelist. Returns True if", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_location.py", "file_type": "rationale", "degree": 1}, {"id": "clock_location_rationale_130", "label": "Detect the IP the Odoo server sees from your browser and add it.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Detect the IP the Odoo server sees from your browser and add it.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_location.py", "file_type": "rationale", "degree": 1}, {"id": "clock_location_rationale_184", "label": "Geocode the address to get lat/lng using Google Geocoding API. Falls bac", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Geocode the address to get lat/lng using Google Geocoding API. Falls bac", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_location.py", "file_type": "rationale", "degree": 1}, {"id": "clock_location_rationale_262", "label": "Open attendance records for this location.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Open attendance records for this location.", "community": 8, "community_name": "Community 8", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_location.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_models_tz_utils_py", "label": "tz_utils.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.3, "font": {"size": 12, "color": "#ffffff"}, "title": "tz_utils.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/tz_utils.py", "file_type": "code", "degree": 8}, {"id": "tz_utils_resolve_tz", "label": "_resolve_tz()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_resolve_tz()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/tz_utils.py", "file_type": "code", "degree": 6}, {"id": "tz_utils_get_local_now", "label": "get_local_now()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "get_local_now()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/tz_utils.py", "file_type": "code", "degree": 4}, {"id": "tz_utils_get_local_today", "label": "get_local_today()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 26.4, "font": {"size": 12, "color": "#ffffff"}, "title": "get_local_today()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/tz_utils.py", "file_type": "code", "degree": 18}, {"id": "tz_utils_get_local_day_boundaries", "label": "get_local_day_boundaries()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 22.7, "font": {"size": 12, "color": "#ffffff"}, "title": "get_local_day_boundaries()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/tz_utils.py", "file_type": "code", "degree": 14}, {"id": "tz_utils_utc_to_local_str", "label": "utc_to_local_str()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "utc_to_local_str()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/tz_utils.py", "file_type": "code", "degree": 5}, {"id": "tz_utils_rationale_24", "label": "Return a pytz timezone from the best available source.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a pytz timezone from the best available source.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/tz_utils.py", "file_type": "rationale", "degree": 1}, {"id": "tz_utils_rationale_38", "label": "Return the current datetime in the resolved local timezone (aware).", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the current datetime in the resolved local timezone (aware).", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/tz_utils.py", "file_type": "rationale", "degree": 1}, {"id": "tz_utils_rationale_44", "label": "Return today's date in the resolved local timezone.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Return today's date in the resolved local timezone.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/tz_utils.py", "file_type": "rationale", "degree": 1}, {"id": "tz_utils_rationale_49", "label": "Return (start_utc, end_utc) as **naive** UTC datetimes representing midnight", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Return (start_utc, end_utc) as **naive** UTC datetimes representing midnight", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/tz_utils.py", "file_type": "rationale", "degree": 1}, {"id": "tz_utils_rationale_67", "label": "Convert a naive-UTC datetime to a formatted string in local timezone. Return", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a naive-UTC datetime to a formatted string in local timezone. Return", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/tz_utils.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_models_init_py", "label": "__init__.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 19, "community_name": "Community 19", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_penalty_py", "label": "clock_penalty.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "clock_penalty.py", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_penalty.py", "file_type": "code", "degree": 3}, {"id": "clock_penalty_fusionclockpenalty", "label": "FusionClockPenalty", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionClockPenalty", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_penalty.py", "file_type": "code", "degree": 1}, {"id": "clock_penalty_compute_difference", "label": "_compute_difference()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_difference()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_penalty.py", "file_type": "code", "degree": 1}, {"id": "clock_penalty_compute_display_name", "label": "_compute_display_name()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_display_name()", "community": 16, "community_name": "Community 16", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/clock_penalty.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_employee_py", "label": "hr_employee.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "hr_employee.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "file_type": "code", "degree": 2}, {"id": "hr_employee_hremployee", "label": "HrEmployee", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "HrEmployee", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "file_type": "code", "degree": 6}, {"id": "hr_employee_hremployee_get_fclk_break_minutes", "label": "._get_fclk_break_minutes()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_fclk_break_minutes()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "file_type": "code", "degree": 5}, {"id": "hr_employee_hremployee_get_fclk_scheduled_times", "label": "._get_fclk_scheduled_times()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_fclk_scheduled_times()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "file_type": "code", "degree": 5}, {"id": "hr_employee_hremployee_get_fclk_scheduled_hours", "label": "._get_fclk_scheduled_hours()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_fclk_scheduled_hours()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "file_type": "code", "degree": 4}, {"id": "hr_employee_hremployee_compute_absence_counts", "label": "._compute_absence_counts()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_absence_counts()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "file_type": "code", "degree": 3}, {"id": "hr_employee_hremployee_compute_overtime", "label": "._compute_overtime()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._compute_overtime()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "file_type": "code", "degree": 3}, {"id": "hr_employee_rationale_105", "label": "Return effective break minutes for this employee. Priority: employee ove", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Return effective break minutes for this employee. Priority: employee ove", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "file_type": "rationale", "degree": 1}, {"id": "hr_employee_rationale_120", "label": "Return (scheduled_in_dt, scheduled_out_dt) for a given date. Uses emplo", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Return (scheduled_in_dt, scheduled_out_dt) for a given date. Uses emplo", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "file_type": "rationale", "degree": 1}, {"id": "hr_employee_rationale_164", "label": "Return the expected work hours for this employee's shift.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the expected work hours for this employee's shift.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_employee.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_models_res_config_settings_py", "label": "res_config_settings.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "res_config_settings.py", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_resconfigsettings", "label": "ResConfigSettings", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ResConfigSettings", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/res_config_settings.py", "file_type": "code", "degree": 2}, {"id": "res_config_settings_resconfigsettings_set_values", "label": ".set_values()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_values()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "res_config_settings_get_values", "label": "get_values()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "get_values()", "community": 17, "community_name": "Community 17", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/res_config_settings.py", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "label": "hr_attendance.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 22.7, "font": {"size": 12, "color": "#ffffff"}, "title": "hr_attendance.py", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "code", "degree": 14}, {"id": "hr_attendance_fclk_utc_to_local_str", "label": "_fclk_utc_to_local_str()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_fclk_utc_to_local_str()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "code", "degree": 5}, {"id": "hr_attendance_fclk_email_section", "label": "_fclk_email_section()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_fclk_email_section()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "code", "degree": 3}, {"id": "hr_attendance_fclk_email_wrap", "label": "_fclk_email_wrap()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_fclk_email_wrap()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "code", "degree": 6}, {"id": "hr_attendance_hrattendance", "label": "HrAttendance", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HrAttendance", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "code", "degree": 1}, {"id": "hr_attendance_compute_net_hours", "label": "_compute_net_hours()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_net_hours()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "code", "degree": 1}, {"id": "hr_attendance_compute_overtime_hours", "label": "_compute_overtime_hours()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "_compute_overtime_hours()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "code", "degree": 2}, {"id": "hr_attendance_cron_fusion_auto_clock_out", "label": "_cron_fusion_auto_clock_out()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_cron_fusion_auto_clock_out()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "code", "degree": 6}, {"id": "hr_attendance_cron_fusion_check_absences", "label": "_cron_fusion_check_absences()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_cron_fusion_check_absences()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "code", "degree": 5}, {"id": "hr_attendance_cron_fusion_employee_reminders", "label": "_cron_fusion_employee_reminders()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_cron_fusion_employee_reminders()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "code", "degree": 6}, {"id": "hr_attendance_cron_fusion_weekly_summary", "label": "_cron_fusion_weekly_summary()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_cron_fusion_weekly_summary()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "code", "degree": 5}, {"id": "hr_attendance_fclk_notify_office", "label": "_fclk_notify_office()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "_fclk_notify_office()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "code", "degree": 6}, {"id": "hr_attendance_fclk_send_employee_reminder", "label": "_fclk_send_employee_reminder()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "_fclk_send_employee_reminder()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "code", "degree": 4}, {"id": "hr_attendance_rationale_16", "label": "Convert a naive UTC datetime to a formatted string in the employee's timezone.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert a naive UTC datetime to a formatted string in the employee's timezone.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "rationale", "degree": 1}, {"id": "hr_attendance_rationale_34", "label": "Build a details table matching the Fusion email design system.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a details table matching the Fusion email design system.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "rationale", "degree": 1}, {"id": "hr_attendance_rationale_67", "label": "Build a complete Fusion Clock email matching the Fusion design system. No u", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a complete Fusion Clock email matching the Fusion design system. No u", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "rationale", "degree": 1}, {"id": "hr_attendance_rationale_231", "label": "Cron job: auto clock-out employees after shift + grace period.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cron job: auto clock-out employees after shift + grace period.", "community": 26, "community_name": "Community 26", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "rationale", "degree": 0}, {"id": "hr_attendance_rationale_321", "label": "Cron job: check for absent employees (no attendance on workday).", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cron job: check for absent employees (no attendance on workday).", "community": 27, "community_name": "Community 27", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "rationale", "degree": 0}, {"id": "hr_attendance_rationale_396", "label": "Cron job: send clock-in/out reminders to employees.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cron job: send clock-in/out reminders to employees.", "community": 28, "community_name": "Community 28", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "rationale", "degree": 0}, {"id": "hr_attendance_rationale_452", "label": "Cron job: send weekly summary email to employees (Monday 8 AM).", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Cron job: send weekly summary email to employees (Monday 8 AM).", "community": 29, "community_name": "Community 29", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "rationale", "degree": 0}, {"id": "hr_attendance_rationale_540", "label": "Create a mail.activity for the office user.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a mail.activity for the office user.", "community": 30, "community_name": "Community 30", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "rationale", "degree": 0}, {"id": "hr_attendance_rationale_561", "label": "Send a notification to an employee via internal note.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Send a notification to an employee via internal note.", "community": 31, "community_name": "Community 31", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/models/hr_attendance.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_static_src_js_fusion_clock_kiosk_js", "label": "fusion_clock_kiosk.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_clock_kiosk.js", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_kiosk.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_kiosk_fusionclockkiosk", "label": "FusionClockKiosk", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionClockKiosk", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_kiosk.js", "file_type": "code", "degree": 9}, {"id": "fusion_clock_kiosk_fusionclockkiosk_setup", "label": ".setup()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_kiosk.js", "file_type": "code", "degree": 3}, {"id": "fusion_clock_kiosk_fusionclockkiosk_startclock", "label": "._startClock()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._startClock()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_kiosk.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_kiosk_fusionclockkiosk_bindevents", "label": "._bindEvents()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._bindEvents()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_kiosk.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_kiosk_fusionclockkiosk_resetkiosk", "label": "._resetKiosk()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._resetKiosk()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_kiosk.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_kiosk_fusionclockkiosk_showerror", "label": "._showError()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._showError()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_kiosk.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_kiosk_fusionclockkiosk_onsearch", "label": "._onSearch()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._onSearch()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_kiosk.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_kiosk_fusionclockkiosk_selectemployee", "label": "._selectEmployee()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._selectEmployee()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_kiosk.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_kiosk_fusionclockkiosk_onclock", "label": "._onClock()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._onClock()", "community": 11, "community_name": "Community 11", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_kiosk.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_static_src_js_fusion_clock_location_map_js", "label": "fusion_clock_location_map.js", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_clock_location_map.js", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_location_map_fusionclocklocationmap", "label": "FusionClockLocationMap", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 24.5, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionClockLocationMap", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 16}, {"id": "fusion_clock_location_map_fusionclocklocationmap_setup", "label": ".setup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_location_map_fusionclocklocationmap_lat", "label": ".lat()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".lat()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_location_map_fusionclocklocationmap_lng", "label": ".lng()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".lng()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_location_map_fusionclocklocationmap_radius", "label": ".radius()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".radius()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_location_map_fusionclocklocationmap_color", "label": ".color()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".color()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_location_map_fusionclocklocationmap_hascoords", "label": ".hasCoords()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".hasCoords()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_location_map_fusionclocklocationmap_init", "label": "._init()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._init()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 5}, {"id": "fusion_clock_location_map_fusionclocklocationmap_buildmap", "label": "._buildMap()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._buildMap()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 5}, {"id": "fusion_clock_location_map_fusionclocklocationmap_placemarker", "label": "._placeMarker()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._placeMarker()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_location_map_fusionclocklocationmap_drawcircle", "label": "._drawCircle()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._drawCircle()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_location_map_fusionclocklocationmap_savecoords", "label": "._saveCoords()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._saveCoords()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_location_map_fusionclocklocationmap_startwatcher", "label": "._startWatcher()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._startWatcher()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 3}, {"id": "fusion_clock_location_map_fusionclocklocationmap_getapikey", "label": "._getApiKey()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._getApiKey()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_location_map_fusionclocklocationmap_loadscript", "label": "._loadScript()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._loadScript()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_location_map_fusionclocklocationmap_cleanup", "label": "._cleanup()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._cleanup()", "community": 6, "community_name": "Community 6", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_map.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_static_src_js_fusion_clock_systray_js", "label": "fusion_clock_systray.js", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_clock_systray.js", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_systray_fusionclockfab", "label": "FusionClockFAB", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 24.5, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionClockFAB", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 16}, {"id": "fusion_clock_systray_fusionclockfab_setup", "label": ".setup()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_systray_fusionclockfab_fetchstatus", "label": "._fetchStatus()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._fetchStatus()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 4}, {"id": "fusion_clock_systray_fusionclockfab_onclockaction", "label": ".onClockAction()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".onClockAction()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_systray_fusionclockfab_confirmclockout", "label": ".confirmClockOut()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".confirmClockOut()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_systray_fusionclockfab_cancelclockout", "label": ".cancelClockOut()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".cancelClockOut()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_systray_fusionclockfab_executeclockaction", "label": "._executeClockAction()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._executeClockAction()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 6}, {"id": "fusion_clock_systray_fusionclockfab_onreasontextinput", "label": ".onReasonTextInput()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onReasonTextInput()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_systray_fusionclockfab_onreasontimeinput", "label": ".onReasonTimeInput()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onReasonTimeInput()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_systray_fusionclockfab_cancelreason", "label": ".cancelReason()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".cancelReason()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_systray_fusionclockfab_submitreason", "label": ".submitReason()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".submitReason()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_systray_fusionclockfab_confirmcheckindisplay", "label": ".confirmCheckinDisplay()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".confirmCheckinDisplay()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_systray_fusionclockfab_confirmdurationdisplay", "label": ".confirmDurationDisplay()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".confirmDurationDisplay()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_systray_fusionclockfab_starttimer", "label": "._startTimer()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._startTimer()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 5}, {"id": "fusion_clock_systray_fusionclockfab_stoptimer", "label": "._stopTimer()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._stopTimer()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 4}, {"id": "fusion_clock_systray_fusionclockfab_updatetimer", "label": "._updateTimer()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._updateTimer()", "community": 7, "community_name": "Community 7", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_systray.js", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_static_src_js_fusion_clock_location_places_js", "label": "fusion_clock_location_places.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_clock_location_places.js", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_places.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_location_places_fusionclockplacesautocomplete", "label": "FusionClockPlacesAutocomplete", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 19.1, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionClockPlacesAutocomplete", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_places.js", "file_type": "code", "degree": 10}, {"id": "fusion_clock_location_places_fusionclockplacesautocomplete_setup", "label": ".setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_places.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_location_places_fusionclockplacesautocomplete_isreadonly", "label": ".isReadonly()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".isReadonly()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_places.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_location_places_fusionclockplacesautocomplete_getapikey", "label": "._getApiKey()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._getApiKey()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_places.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_location_places_fusionclockplacesautocomplete_waitforgooglemaps", "label": "._waitForGoogleMaps()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._waitForGoogleMaps()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_places.js", "file_type": "code", "degree": 3}, {"id": "fusion_clock_location_places_fusionclockplacesautocomplete_loadgooglemaps", "label": "._loadGoogleMaps()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._loadGoogleMaps()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_places.js", "file_type": "code", "degree": 3}, {"id": "fusion_clock_location_places_fusionclockplacesautocomplete_init", "label": "._init()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._init()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_places.js", "file_type": "code", "degree": 4}, {"id": "fusion_clock_location_places_fusionclockplacesautocomplete_oninput", "label": ".onInput()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onInput()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_places.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_location_places_fusionclockplacesautocomplete_onchange", "label": ".onChange()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onChange()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_places.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_location_places_fusionclockplacesautocomplete_cleanup", "label": "._cleanup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._cleanup()", "community": 10, "community_name": "Community 10", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_location_places.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_static_src_js_fusion_clock_portal_js", "label": "fusion_clock_portal.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_clock_portal.js", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_portal_fusionclockportal", "label": "FusionClockPortal", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionClockPortal", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 33}, {"id": "fusion_clock_portal_fusionclockportal_setup", "label": ".setup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".setup()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 11}, {"id": "fusion_clock_portal_fusionclockportal_destroy", "label": ".destroy()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".destroy()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_setupeventlisteners", "label": "._setupEventListeners()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._setupEventListeners()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_detectnearestlocation", "label": "._detectNearestLocation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._detectNearestLocation()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_selectnearestfromcoords", "label": "._selectNearestFromCoords()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._selectNearestFromCoords()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_haversine", "label": "._haversine()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._haversine()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_onclockbuttonclick", "label": "._onClockButtonClick()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._onClockButtonClick()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 3}, {"id": "fusion_clock_portal_fusionclockportal_showclockoutconfirmation", "label": "._showClockOutConfirmation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._showClockOutConfirmation()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 3}, {"id": "fusion_clock_portal_fusionclockportal_confirmclockout", "label": "._confirmClockOut()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._confirmClockOut()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_beginclockaction", "label": "._beginClockAction()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": "._beginClockAction()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 7}, {"id": "fusion_clock_portal_fusionclockportal_performclockaction", "label": "._performClockAction()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 21.8, "font": {"size": 12, "color": "#ffffff"}, "title": "._performClockAction()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 13}, {"id": "fusion_clock_portal_fusionclockportal_updateuiforclockin", "label": "._updateUIForClockIn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._updateUIForClockIn()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 4}, {"id": "fusion_clock_portal_fusionclockportal_updateuiforclockout", "label": "._updateUIForClockOut()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._updateUIForClockOut()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 3}, {"id": "fusion_clock_portal_fusionclockportal_starttimer", "label": "._startTimer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._startTimer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 6}, {"id": "fusion_clock_portal_fusionclockportal_stoptimer", "label": "._stopTimer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._stopTimer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 5}, {"id": "fusion_clock_portal_fusionclockportal_updatetimer", "label": "._updateTimer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._updateTimer()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_updatedatedisplay", "label": "._updateDateDisplay()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._updateDateDisplay()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_updatecurrenttime", "label": "._updateCurrentTime()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._updateCurrentTime()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_playsound", "label": "._playSound()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._playSound()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_showtoast", "label": "._showToast()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._showToast()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 5}, {"id": "fusion_clock_portal_fusionclockportal_showgpsoverlay", "label": "._showGPSOverlay()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._showGPSOverlay()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_hidegpsoverlay", "label": "._hideGPSOverlay()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._hideGPSOverlay()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 3}, {"id": "fusion_clock_portal_fusionclockportal_shakebutton", "label": "._shakeButton()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._shakeButton()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_savestate", "label": "._saveState()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._saveState()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 4}, {"id": "fusion_clock_portal_fusionclockportal_clearstate", "label": "._clearState()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._clearState()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 3}, {"id": "fusion_clock_portal_fusionclockportal_restorestate", "label": "._restoreState()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._restoreState()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_saveselectedlocation", "label": "._saveSelectedLocation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._saveSelectedLocation()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 3}, {"id": "fusion_clock_portal_fusionclockportal_restoreselectedlocation", "label": "._restoreSelectedLocation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._restoreSelectedLocation()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_showreasonmodal", "label": "._showReasonModal()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._showReasonModal()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_submitreason", "label": "._submitReason()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._submitReason()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_submitleave", "label": "._submitLeave()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._submitLeave()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fusionclockportal_synconvisibilitychange", "label": "._syncOnVisibilityChange()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.4, "font": {"size": 12, "color": "#ffffff"}, "title": "._syncOnVisibilityChange()", "community": 0, "community_name": "Community 0", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal.js", "file_type": "code", "degree": 7}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_static_src_js_fusion_clock_dashboard_js", "label": "fusion_clock_dashboard.js", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_clock_dashboard.js", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_dashboard.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_dashboard_fusionclockdashboard", "label": "FusionClockDashboard", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.3, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionClockDashboard", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_dashboard.js", "file_type": "code", "degree": 8}, {"id": "fusion_clock_dashboard_fusionclockdashboard_setup", "label": ".setup()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_dashboard.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_dashboard_fusionclockdashboard_fetchdata", "label": "._fetchData()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._fetchData()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_dashboard.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_dashboard_fusionclockdashboard_onrefresh", "label": ".onRefresh()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".onRefresh()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_dashboard.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_dashboard_fusionclockdashboard_onviewattendances", "label": ".onViewAttendances()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onViewAttendances()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_dashboard.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_dashboard_fusionclockdashboard_onviewcorrections", "label": ".onViewCorrections()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onViewCorrections()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_dashboard.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_dashboard_fusionclockdashboard_onviewactivitylogs", "label": ".onViewActivityLogs()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onViewActivityLogs()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_dashboard.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_dashboard_fusionclockdashboard_onviewpenalties", "label": ".onViewPenalties()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".onViewPenalties()", "community": 13, "community_name": "Community 13", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_dashboard.js", "file_type": "code", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_static_src_js_fusion_clock_portal_fab_js", "label": "fusion_clock_portal_fab.js", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "fusion_clock_portal_fab.js", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 1}, {"id": "fusion_clock_portal_fab_fusionclockportalfab", "label": "FusionClockPortalFAB", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 25.5, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionClockPortalFAB", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 17}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_setup", "label": ".setup()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".setup()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 3}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_destroy", "label": ".destroy()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".destroy()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_togglepanel", "label": "._togglePanel()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._togglePanel()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 3}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_openpanel", "label": "._openPanel()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._openPanel()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 4}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_closepanel", "label": "._closePanel()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._closePanel()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_applystate", "label": "._applyState()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._applyState()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 4}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_fetchstatus", "label": "._fetchStatus()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._fetchStatus()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 6}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_onclockaction", "label": "._onClockAction()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._onClockAction()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 3}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_showclockoutconfirm", "label": "._showClockOutConfirm()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._showClockOutConfirm()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_showreasondialog", "label": "._showReasonDialog()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._showReasonDialog()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_executeclockaction", "label": "._executeClockAction()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._executeClockAction()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 9}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_starttimer", "label": "._startTimer()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._startTimer()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 6}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_stoptimer", "label": "._stopTimer()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._stopTimer()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 5}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_updatetimer", "label": "._updateTimer()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._updateTimer()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_showerror", "label": "._showError()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "._showError()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 2}, {"id": "fusion_clock_portal_fab_fusionclockportalfab_clearerror", "label": "._clearError()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._clearError()", "community": 5, "community_name": "Community 5", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/static/src/js/fusion_clock_portal_fab.js", "file_type": "code", "degree": 3}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_init_py", "label": "__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 20, "community_name": "Community 20", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/__init__.py", "file_type": "code", "degree": 2}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_kiosk_py", "label": "clock_kiosk.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "clock_kiosk.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_kiosk.py", "file_type": "code", "degree": 5}, {"id": "clock_kiosk_fusionclockkiosk", "label": "FusionClockKiosk", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "FusionClockKiosk", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_kiosk.py", "file_type": "code", "degree": 3}, {"id": "clock_kiosk_kiosk_page", "label": "kiosk_page()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "kiosk_page()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_kiosk.py", "file_type": "code", "degree": 1}, {"id": "clock_kiosk_kiosk_search", "label": "kiosk_search()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "kiosk_search()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_kiosk.py", "file_type": "code", "degree": 1}, {"id": "clock_kiosk_kiosk_verify_pin", "label": "kiosk_verify_pin()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "kiosk_verify_pin()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_kiosk.py", "file_type": "code", "degree": 1}, {"id": "clock_kiosk_kiosk_clock", "label": "kiosk_clock()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.3, "font": {"size": 12, "color": "#ffffff"}, "title": "kiosk_clock()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_kiosk.py", "file_type": "code", "degree": 8}, {"id": "clock_kiosk_rationale_13", "label": "Kiosk mode controller for shared-device clock-in/out.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Kiosk mode controller for shared-device clock-in/out.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_kiosk.py", "file_type": "rationale", "degree": 2}, {"id": "clock_kiosk_rationale_17", "label": "Kiosk clock-in/out page for shared tablets.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Kiosk clock-in/out page for shared tablets.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_kiosk.py", "file_type": "rationale", "degree": 1}, {"id": "clock_kiosk_rationale_34", "label": "Search employees for kiosk identification.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Search employees for kiosk identification.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_kiosk.py", "file_type": "rationale", "degree": 1}, {"id": "clock_kiosk_rationale_55", "label": "Verify employee PIN for kiosk mode.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Verify employee PIN for kiosk mode.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_kiosk.py", "file_type": "rationale", "degree": 1}, {"id": "clock_kiosk_rationale_75", "label": "Perform clock action from kiosk on behalf of an employee.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Perform clock action from kiosk on behalf of an employee.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_kiosk.py", "file_type": "rationale", "degree": 1}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_portal_clock_py", "label": "portal_clock.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "portal_clock.py", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "code", "degree": 5}, {"id": "portal_clock_fusionclockportal", "label": "FusionClockPortal", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionClockPortal", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "code", "degree": 6}, {"id": "customerportal", "label": "CustomerPortal", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomerPortal", "community": 3, "community_name": "Community 3", "source_file": "", "file_type": "code", "degree": 1}, {"id": "portal_clock_fusionclockportal_prepare_portal_layout_values", "label": "._prepare_portal_layout_values()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_portal_layout_values()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "code", "degree": 3}, {"id": "portal_clock_fusionclockportal_prepare_home_portal_values", "label": "._prepare_home_portal_values()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._prepare_home_portal_values()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "code", "degree": 5}, {"id": "portal_clock_fusionclockportal_get_portal_employee", "label": "._get_portal_employee()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.3, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_portal_employee()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "code", "degree": 8}, {"id": "portal_clock_portal_clock", "label": "portal_clock()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "portal_clock()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "code", "degree": 5}, {"id": "portal_clock_portal_timesheets", "label": "portal_timesheets()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "portal_timesheets()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "code", "degree": 6}, {"id": "portal_clock_portal_reports", "label": "portal_reports()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_reports()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "code", "degree": 2}, {"id": "portal_clock_portal_report_download", "label": "portal_report_download()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "portal_report_download()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "code", "degree": 2}, {"id": "portal_clock_rationale_18", "label": "Portal controller for Fusion Clock pages.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Portal controller for Fusion Clock pages.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "rationale", "degree": 1}, {"id": "portal_clock_rationale_21", "label": "Inject clock FAB data into every portal page context.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Inject clock FAB data into every portal page context.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "rationale", "degree": 1}, {"id": "portal_clock_rationale_47", "label": "Add clock counters to the portal home page.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Add clock counters to the portal home page.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "rationale", "degree": 1}, {"id": "portal_clock_rationale_61", "label": "Get the employee record for the current portal/internal user.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the employee record for the current portal/internal user.", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "rationale", "degree": 1}, {"id": "portal_clock_rationale_74", "label": "Main clock-in/out portal page.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Main clock-in/out portal page.", "community": 32, "community_name": "Community 32", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "rationale", "degree": 0}, {"id": "portal_clock_rationale_168", "label": "Read-only timesheet view.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Read-only timesheet view.", "community": 33, "community_name": "Community 33", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "rationale", "degree": 0}, {"id": "portal_clock_rationale_245", "label": "View and download attendance reports.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "View and download attendance reports.", "community": 34, "community_name": "Community 34", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "rationale", "degree": 0}, {"id": "portal_clock_rationale_264", "label": "Download a specific report PDF.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Download a specific report PDF.", "community": 35, "community_name": "Community 35", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/portal_clock.py", "file_type": "rationale", "degree": 0}, {"id": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_api_py", "label": "clock_api.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "clock_api.py", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 11}, {"id": "clock_api_haversine_distance", "label": "haversine_distance()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "haversine_distance()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 3}, {"id": "clock_api_fusionclockapi", "label": "FusionClockAPI", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 25.5, "font": {"size": 12, "color": "#ffffff"}, "title": "FusionClockAPI", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 17}, {"id": "clock_api_fusionclockapi_get_employee", "label": "._get_employee()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.2, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_employee()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 9}, {"id": "clock_api_fusionclockapi_get_locations_for_employee", "label": "._get_locations_for_employee()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_locations_for_employee()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 3}, {"id": "clock_api_fusionclockapi_verify_location", "label": "._verify_location()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.3, "font": {"size": 12, "color": "#ffffff"}, "title": "._verify_location()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 8}, {"id": "clock_api_fusionclockapi_location_error_message", "label": "._location_error_message()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._location_error_message()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 4}, {"id": "clock_api_fusionclockapi_get_scheduled_times", "label": "._get_scheduled_times()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._get_scheduled_times()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 5}, {"id": "clock_api_fusionclockapi_check_and_create_penalty", "label": "._check_and_create_penalty()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._check_and_create_penalty()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 6}, {"id": "clock_api_fusionclockapi_apply_break_deduction", "label": "._apply_break_deduction()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._apply_break_deduction()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 5}, {"id": "clock_api_fusionclockapi_log_activity", "label": "._log_activity()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "._log_activity()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 6}, {"id": "clock_api_verify_location", "label": "verify_location()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "verify_location()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 4}, {"id": "clock_api_clock_action", "label": "clock_action()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 19.1, "font": {"size": 12, "color": "#ffffff"}, "title": "clock_action()", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 10}, {"id": "clock_api_submit_reason", "label": "submit_reason()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "submit_reason()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 3}, {"id": "clock_api_request_leave", "label": "request_leave()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "request_leave()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 3}, {"id": "clock_api_request_correction", "label": "request_correction()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "request_correction()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 3}, {"id": "clock_api_get_status", "label": "get_status()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "get_status()", "community": 3, "community_name": "Community 3", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 4}, {"id": "clock_api_get_locations", "label": "get_locations()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_locations()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 3}, {"id": "clock_api_get_settings", "label": "get_settings()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "get_settings()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 1}, {"id": "clock_api_dashboard_data", "label": "dashboard_data()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "dashboard_data()", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "code", "degree": 4}, {"id": "clock_api_rationale_19", "label": "Calculate the great-circle distance between two points on Earth (in meters).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate the great-circle distance between two points on Earth (in meters).", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "rationale", "degree": 1}, {"id": "clock_api_rationale_33", "label": "JSON API endpoints for Fusion Clock operations.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "JSON API endpoints for Fusion Clock operations.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "rationale", "degree": 1}, {"id": "clock_api_rationale_52", "label": "Verify GPS coordinates or IP against allowed geofences. Returns (locatio", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Verify GPS coordinates or IP against allowed geofences. Returns (locatio", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "rationale", "degree": 1}, {"id": "clock_api_rationale_103", "label": "Get scheduled clock-in and clock-out datetime using employee shift.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Get scheduled clock-in and clock-out datetime using employee shift.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "rationale", "degree": 1}, {"id": "clock_api_rationale_107", "label": "Check if a penalty should be created and deduct minutes.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if a penalty should be created and deduct minutes.", "community": 2, "community_name": "Community 2", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "rationale", "degree": 1}, {"id": "clock_api_rationale_155", "label": "Apply automatic break deduction if configured.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Apply automatic break deduction if configured.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "rationale", "degree": 1}, {"id": "clock_api_rationale_173", "label": "Create an activity log entry.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Create an activity log entry.", "community": 1, "community_name": "Community 1", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "rationale", "degree": 1}, {"id": "clock_api_rationale_403", "label": "Submit a reason for missed clock-out.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Submit a reason for missed clock-out.", "community": 36, "community_name": "Community 36", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "rationale", "degree": 0}, {"id": "clock_api_rationale_440", "label": "Submit a leave request from the portal.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Submit a leave request from the portal.", "community": 37, "community_name": "Community 37", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "rationale", "degree": 0}, {"id": "clock_api_rationale_471", "label": "Submit a timesheet correction request from the portal.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Submit a timesheet correction request from the portal.", "community": 38, "community_name": "Community 38", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "rationale", "degree": 0}, {"id": "clock_api_rationale_611", "label": "Return dashboard data for managers.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return dashboard data for managers.", "community": 39, "community_name": "Community 39", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_clock/controllers/clock_api.py", "file_type": "rationale", "degree": 0}];
|
|
const RAW_EDGES = [{"from": "users_gurpreet_github_odoo_modules_fusion_clock_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_clock_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_correction_py", "to": "clock_correction_fusionclockcorrection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_correction_py", "to": "clock_correction_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_correction_py", "to": "clock_correction_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_correction_fusionclockcorrection", "to": "clock_correction_fusionclockcorrection_action_approve", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_correction_fusionclockcorrection", "to": "clock_correction_fusionclockcorrection_action_reject", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_correction_fusionclockcorrection", "to": "clock_correction_fusionclockcorrection_notify_office_user", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_correction_fusionclockcorrection", "to": "clock_correction_fusionclockcorrection_create_activity_log", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_correction_create", "to": "clock_correction_fusionclockcorrection_notify_office_user", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_correction_create", "to": "clock_correction_fusionclockcorrection_create_activity_log", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_correction_fusionclockcorrection_action_approve", "to": "clock_correction_fusionclockcorrection_create_activity_log", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_correction_fusionclockcorrection_action_approve", "to": "clock_correction_rationale_93", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_correction_fusionclockcorrection_action_reject", "to": "clock_correction_fusionclockcorrection_create_activity_log", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_correction_fusionclockcorrection_action_reject", "to": "clock_correction_rationale_115", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_correction_fusionclockcorrection_notify_office_user", "to": "clock_correction_rationale_128", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_correction_fusionclockcorrection_create_activity_log", "to": "clock_correction_rationale_151", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_leave_request_py", "to": "clock_leave_request_fusionclockleaverequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_leave_request_py", "to": "clock_leave_request_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_leave_request_py", "to": "clock_leave_request_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_leave_request_fusionclockleaverequest", "to": "clock_leave_request_fusionclockleaverequest_notify_office_user", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_leave_request_fusionclockleaverequest", "to": "clock_leave_request_fusionclockleaverequest_create_activity_log", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_leave_request_fusionclockleaverequest", "to": "clock_leave_request_fusionclockleaverequest_action_mark_reviewed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_leave_request_create", "to": "clock_leave_request_fusionclockleaverequest_notify_office_user", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_leave_request_create", "to": "clock_leave_request_fusionclockleaverequest_create_activity_log", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_leave_request_create", "to": "clock_report_fusionclockreport_send_report_email", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_leave_request_create", "to": "clock_report_fusionclockreport_action_export_csv", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_leave_request_create", "to": "clock_report_cron_generate_period_reports", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_leave_request_create", "to": "clock_report_action_generate_historical_reports", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_leave_request_create", "to": "hr_attendance_cron_fusion_auto_clock_out", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_leave_request_create", "to": "hr_attendance_cron_fusion_check_absences", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_leave_request_create", "to": "hr_attendance_cron_fusion_weekly_summary", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_leave_request_create", "to": "hr_attendance_fclk_notify_office", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_leave_request_create", "to": "hr_attendance_fclk_send_employee_reminder", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_leave_request_create", "to": "clock_api_fusionclockapi_check_and_create_penalty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_leave_request_create", "to": "clock_api_fusionclockapi_log_activity", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_leave_request_create", "to": "clock_api_request_leave", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_leave_request_create", "to": "clock_api_request_correction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_leave_request_fusionclockleaverequest_notify_office_user", "to": "clock_leave_request_rationale_78", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_leave_request_fusionclockleaverequest_create_activity_log", "to": "clock_leave_request_rationale_100", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_leave_request_fusionclockleaverequest_action_mark_reviewed", "to": "clock_leave_request_rationale_112", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_report_py", "to": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_report_py", "to": "users_gurpreet_github_odoo_modules_fusion_clock_models_tz_utils_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_report_py", "to": "clock_report_fusionclockreport", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_report_py", "to": "clock_report_compute_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_report_py", "to": "clock_report_compute_is_batch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_report_py", "to": "clock_report_compute_totals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_report_py", "to": "clock_report_cron_generate_period_reports", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_report_py", "to": "clock_report_calculate_current_period", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_report_py", "to": "clock_report_action_generate_historical_reports", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport", "to": "clock_report_fusionclockreport_action_generate_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport", "to": "clock_report_fusionclockreport_action_reset_draft", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport", "to": "clock_report_fusionclockreport_action_send_report", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport", "to": "clock_report_fusionclockreport_collect_attendance_records", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport", "to": "clock_report_fusionclockreport_generate_pdf", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport", "to": "clock_report_fusionclockreport_send_report_email", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport", "to": "clock_report_fusionclockreport_action_export_csv", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_compute_totals", "to": "tz_utils_resolve_tz", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_report_fusionclockreport_action_generate_report", "to": "clock_report_fusionclockreport_collect_attendance_records", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport_action_generate_report", "to": "clock_report_fusionclockreport_generate_pdf", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport_action_generate_report", "to": "clock_report_cron_generate_period_reports", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport_action_generate_report", "to": "clock_report_rationale_130", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport_action_reset_draft", "to": "clock_report_rationale_137", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport_action_send_report", "to": "clock_report_fusionclockreport_send_report_email", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport_action_send_report", "to": "clock_report_cron_generate_period_reports", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport_action_send_report", "to": "clock_report_rationale_142", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport_collect_attendance_records", "to": "clock_report_fusionclockreport_action_export_csv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport_collect_attendance_records", "to": "clock_report_action_generate_historical_reports", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport_collect_attendance_records", "to": "clock_report_rationale_150", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport_collect_attendance_records", "to": "tz_utils_get_local_day_boundaries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_report_fusionclockreport_generate_pdf", "to": "clock_report_rationale_181", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport_send_report_email", "to": "clock_report_rationale_207", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport_send_report_email", "to": "hr_attendance_fclk_email_wrap", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_report_fusionclockreport_action_export_csv", "to": "clock_report_rationale_293", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_fusionclockreport_action_export_csv", "to": "hr_attendance_fclk_utc_to_local_str", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_report_cron_generate_period_reports", "to": "clock_report_calculate_current_period", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_cron_generate_period_reports", "to": "tz_utils_get_local_today", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_report_calculate_current_period", "to": "clock_report_action_generate_historical_reports", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_report_calculate_current_period", "to": "portal_clock_portal_timesheets", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_report_action_generate_historical_reports", "to": "tz_utils_get_local_today", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_activity_log_py", "to": "clock_activity_log_fusionclockactivitylog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_activity_log_py", "to": "clock_activity_log_compute_attempt_map_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_activity_log_py", "to": "clock_activity_log_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_shift_py", "to": "clock_shift_fusionclockshift", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_shift_py", "to": "clock_shift_scheduled_hours", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_shift_fusionclockshift", "to": "clock_shift_fusionclockshift_compute_employee_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_location_py", "to": "clock_location_fusionclocklocation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_location_py", "to": "clock_location_tz_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_location_py", "to": "clock_location_compute_map_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_location_fusionclocklocation", "to": "clock_location_fusionclocklocation_compute_attendance_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_location_fusionclocklocation", "to": "clock_location_fusionclocklocation_check_ip_whitelist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_location_fusionclocklocation", "to": "clock_location_fusionclocklocation_action_detect_ip", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_location_fusionclocklocation", "to": "clock_location_fusionclocklocation_action_geocode_address", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_location_fusionclocklocation", "to": "clock_location_fusionclocklocation_action_view_attendances", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_location_fusionclocklocation_check_ip_whitelist", "to": "clock_location_rationale_108", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_location_fusionclocklocation_check_ip_whitelist", "to": "clock_api_fusionclockapi_verify_location", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_location_fusionclocklocation_action_detect_ip", "to": "clock_location_rationale_130", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_location_fusionclocklocation_action_geocode_address", "to": "clock_location_rationale_184", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_location_fusionclocklocation_action_view_attendances", "to": "clock_location_rationale_262", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_tz_utils_py", "to": "tz_utils_resolve_tz", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_tz_utils_py", "to": "tz_utils_get_local_now", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_tz_utils_py", "to": "tz_utils_get_local_today", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_tz_utils_py", "to": "tz_utils_get_local_day_boundaries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_tz_utils_py", "to": "tz_utils_utc_to_local_str", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_tz_utils_py", "to": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_employee_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_tz_utils_py", "to": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tz_utils_resolve_tz", "to": "tz_utils_get_local_now", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tz_utils_resolve_tz", "to": "tz_utils_get_local_day_boundaries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tz_utils_resolve_tz", "to": "tz_utils_utc_to_local_str", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tz_utils_resolve_tz", "to": "tz_utils_rationale_24", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tz_utils_get_local_now", "to": "tz_utils_get_local_today", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tz_utils_get_local_now", "to": "tz_utils_rationale_38", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tz_utils_get_local_today", "to": "tz_utils_rationale_44", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tz_utils_get_local_today", "to": "hr_employee_hremployee_compute_absence_counts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_today", "to": "hr_employee_hremployee_compute_overtime", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_today", "to": "hr_attendance_cron_fusion_check_absences", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_today", "to": "hr_attendance_cron_fusion_employee_reminders", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_today", "to": "hr_attendance_cron_fusion_weekly_summary", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_today", "to": "hr_attendance_fclk_notify_office", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_today", "to": "portal_clock_fusionclockportal_prepare_home_portal_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_today", "to": "portal_clock_portal_clock", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_today", "to": "portal_clock_portal_timesheets", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_today", "to": "clock_api_fusionclockapi_check_and_create_penalty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_today", "to": "clock_api_clock_action", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_today", "to": "clock_api_get_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_today", "to": "clock_api_dashboard_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_day_boundaries", "to": "tz_utils_rationale_49", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tz_utils_get_local_day_boundaries", "to": "hr_employee_hremployee_compute_absence_counts", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_day_boundaries", "to": "hr_employee_hremployee_compute_overtime", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_day_boundaries", "to": "hr_attendance_cron_fusion_check_absences", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_day_boundaries", "to": "hr_attendance_cron_fusion_employee_reminders", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_day_boundaries", "to": "hr_attendance_cron_fusion_weekly_summary", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_day_boundaries", "to": "portal_clock_fusionclockportal_prepare_home_portal_values", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_day_boundaries", "to": "portal_clock_portal_clock", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_day_boundaries", "to": "portal_clock_portal_timesheets", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_day_boundaries", "to": "clock_api_get_status", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_get_local_day_boundaries", "to": "clock_api_dashboard_data", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_utc_to_local_str", "to": "tz_utils_rationale_67", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tz_utils_utc_to_local_str", "to": "portal_clock_portal_clock", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "tz_utils_utc_to_local_str", "to": "portal_clock_portal_timesheets", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_clock_models_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_penalty_py", "to": "clock_penalty_fusionclockpenalty", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_penalty_py", "to": "clock_penalty_compute_difference", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_clock_penalty_py", "to": "clock_penalty_compute_display_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_employee_py", "to": "hr_employee_hremployee", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "hr_employee_hremployee_get_fclk_break_minutes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "hr_employee_hremployee_get_fclk_scheduled_times", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "hr_employee_hremployee_get_fclk_scheduled_hours", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "hr_employee_hremployee_compute_absence_counts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee", "to": "hr_employee_hremployee_compute_overtime", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee_get_fclk_break_minutes", "to": "hr_employee_hremployee_get_fclk_scheduled_hours", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee_get_fclk_break_minutes", "to": "hr_employee_rationale_105", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee_get_fclk_break_minutes", "to": "hr_attendance_cron_fusion_auto_clock_out", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hr_employee_hremployee_get_fclk_break_minutes", "to": "clock_api_fusionclockapi_apply_break_deduction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hr_employee_hremployee_get_fclk_scheduled_times", "to": "hr_employee_rationale_120", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee_get_fclk_scheduled_times", "to": "hr_attendance_cron_fusion_auto_clock_out", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hr_employee_hremployee_get_fclk_scheduled_times", "to": "hr_attendance_cron_fusion_employee_reminders", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hr_employee_hremployee_get_fclk_scheduled_times", "to": "clock_api_fusionclockapi_get_scheduled_times", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "hr_employee_hremployee_get_fclk_scheduled_hours", "to": "hr_employee_rationale_164", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_employee_hremployee_get_fclk_scheduled_hours", "to": "hr_attendance_compute_overtime_hours", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_res_config_settings_py", "to": "res_config_settings_resconfigsettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_res_config_settings_py", "to": "res_config_settings_get_values", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "res_config_settings_resconfigsettings", "to": "res_config_settings_resconfigsettings_set_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "to": "hr_attendance_fclk_utc_to_local_str", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "to": "hr_attendance_fclk_email_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "to": "hr_attendance_fclk_email_wrap", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "to": "hr_attendance_hrattendance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "to": "hr_attendance_compute_net_hours", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "to": "hr_attendance_compute_overtime_hours", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "to": "hr_attendance_cron_fusion_auto_clock_out", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "to": "hr_attendance_cron_fusion_check_absences", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "to": "hr_attendance_cron_fusion_employee_reminders", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "to": "hr_attendance_cron_fusion_weekly_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "to": "hr_attendance_fclk_notify_office", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_models_hr_attendance_py", "to": "hr_attendance_fclk_send_employee_reminder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_attendance_fclk_utc_to_local_str", "to": "hr_attendance_cron_fusion_auto_clock_out", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_attendance_fclk_utc_to_local_str", "to": "hr_attendance_cron_fusion_employee_reminders", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_attendance_fclk_utc_to_local_str", "to": "hr_attendance_rationale_16", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_attendance_fclk_email_section", "to": "hr_attendance_fclk_email_wrap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_attendance_fclk_email_section", "to": "hr_attendance_rationale_34", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_attendance_fclk_email_wrap", "to": "hr_attendance_cron_fusion_weekly_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_attendance_fclk_email_wrap", "to": "hr_attendance_fclk_send_employee_reminder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_attendance_fclk_email_wrap", "to": "hr_attendance_rationale_67", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_attendance_cron_fusion_auto_clock_out", "to": "hr_attendance_fclk_notify_office", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_attendance_cron_fusion_check_absences", "to": "hr_attendance_fclk_notify_office", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_attendance_cron_fusion_employee_reminders", "to": "hr_attendance_fclk_send_employee_reminder", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hr_attendance_fclk_notify_office", "to": "clock_api_clock_action", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_static_src_js_fusion_clock_kiosk_js", "to": "fusion_clock_kiosk_fusionclockkiosk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_kiosk_fusionclockkiosk", "to": "fusion_clock_kiosk_fusionclockkiosk_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_kiosk_fusionclockkiosk", "to": "fusion_clock_kiosk_fusionclockkiosk_startclock", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_kiosk_fusionclockkiosk", "to": "fusion_clock_kiosk_fusionclockkiosk_bindevents", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_kiosk_fusionclockkiosk", "to": "fusion_clock_kiosk_fusionclockkiosk_resetkiosk", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_kiosk_fusionclockkiosk", "to": "fusion_clock_kiosk_fusionclockkiosk_showerror", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_kiosk_fusionclockkiosk", "to": "fusion_clock_kiosk_fusionclockkiosk_onsearch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_kiosk_fusionclockkiosk", "to": "fusion_clock_kiosk_fusionclockkiosk_selectemployee", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_kiosk_fusionclockkiosk", "to": "fusion_clock_kiosk_fusionclockkiosk_onclock", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_kiosk_fusionclockkiosk_setup", "to": "fusion_clock_kiosk_fusionclockkiosk_startclock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_kiosk_fusionclockkiosk_setup", "to": "fusion_clock_kiosk_fusionclockkiosk_bindevents", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_kiosk_fusionclockkiosk_showerror", "to": "fusion_clock_kiosk_fusionclockkiosk_onclock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_static_src_js_fusion_clock_location_map_js", "to": "fusion_clock_location_map_fusionclocklocationmap", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_lat", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_lng", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_radius", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_color", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_hascoords", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_buildmap", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_placemarker", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_drawcircle", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_savecoords", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_startwatcher", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_getapikey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_loadscript", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap", "to": "fusion_clock_location_map_fusionclocklocationmap_cleanup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap_init", "to": "fusion_clock_location_map_fusionclocklocationmap_getapikey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap_init", "to": "fusion_clock_location_map_fusionclocklocationmap_loadscript", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap_init", "to": "fusion_clock_location_map_fusionclocklocationmap_startwatcher", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap_init", "to": "fusion_clock_location_map_fusionclocklocationmap_buildmap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap_buildmap", "to": "fusion_clock_location_map_fusionclocklocationmap_placemarker", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap_buildmap", "to": "fusion_clock_location_map_fusionclocklocationmap_drawcircle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_map_fusionclocklocationmap_buildmap", "to": "fusion_clock_location_map_fusionclocklocationmap_startwatcher", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_static_src_js_fusion_clock_systray_js", "to": "fusion_clock_systray_fusionclockfab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_fetchstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_onclockaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_confirmclockout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_cancelclockout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_executeclockaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_onreasontextinput", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_onreasontimeinput", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_cancelreason", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_submitreason", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_confirmcheckindisplay", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_confirmdurationdisplay", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_starttimer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_stoptimer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab", "to": "fusion_clock_systray_fusionclockfab_updatetimer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab_fetchstatus", "to": "fusion_clock_systray_fusionclockfab_starttimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab_fetchstatus", "to": "fusion_clock_systray_fusionclockfab_stoptimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab_fetchstatus", "to": "fusion_clock_systray_fusionclockfab_executeclockaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab_onclockaction", "to": "fusion_clock_systray_fusionclockfab_executeclockaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab_confirmclockout", "to": "fusion_clock_systray_fusionclockfab_executeclockaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab_executeclockaction", "to": "fusion_clock_systray_fusionclockfab_starttimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab_executeclockaction", "to": "fusion_clock_systray_fusionclockfab_stoptimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab_starttimer", "to": "fusion_clock_systray_fusionclockfab_stoptimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_systray_fusionclockfab_starttimer", "to": "fusion_clock_systray_fusionclockfab_updatetimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_static_src_js_fusion_clock_location_places_js", "to": "fusion_clock_location_places_fusionclockplacesautocomplete", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_places_fusionclockplacesautocomplete", "to": "fusion_clock_location_places_fusionclockplacesautocomplete_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_places_fusionclockplacesautocomplete", "to": "fusion_clock_location_places_fusionclockplacesautocomplete_isreadonly", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_places_fusionclockplacesautocomplete", "to": "fusion_clock_location_places_fusionclockplacesautocomplete_getapikey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_places_fusionclockplacesautocomplete", "to": "fusion_clock_location_places_fusionclockplacesautocomplete_waitforgooglemaps", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_places_fusionclockplacesautocomplete", "to": "fusion_clock_location_places_fusionclockplacesautocomplete_loadgooglemaps", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_places_fusionclockplacesautocomplete", "to": "fusion_clock_location_places_fusionclockplacesautocomplete_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_places_fusionclockplacesautocomplete", "to": "fusion_clock_location_places_fusionclockplacesautocomplete_oninput", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_places_fusionclockplacesautocomplete", "to": "fusion_clock_location_places_fusionclockplacesautocomplete_onchange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_places_fusionclockplacesautocomplete", "to": "fusion_clock_location_places_fusionclockplacesautocomplete_cleanup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_places_fusionclockplacesautocomplete_getapikey", "to": "fusion_clock_location_places_fusionclockplacesautocomplete_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_places_fusionclockplacesautocomplete_waitforgooglemaps", "to": "fusion_clock_location_places_fusionclockplacesautocomplete_loadgooglemaps", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_places_fusionclockplacesautocomplete_waitforgooglemaps", "to": "fusion_clock_location_places_fusionclockplacesautocomplete_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_location_places_fusionclockplacesautocomplete_loadgooglemaps", "to": "fusion_clock_location_places_fusionclockplacesautocomplete_init", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_static_src_js_fusion_clock_portal_js", "to": "fusion_clock_portal_fusionclockportal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_destroy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_setupeventlisteners", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_detectnearestlocation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_selectnearestfromcoords", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_haversine", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_onclockbuttonclick", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_showclockoutconfirmation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_confirmclockout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_beginclockaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_performclockaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_updateuiforclockin", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_updateuiforclockout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_starttimer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_stoptimer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_updatetimer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_updatedatedisplay", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_updatecurrenttime", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_playsound", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_showtoast", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_showgpsoverlay", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_hidegpsoverlay", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_shakebutton", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_savestate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_clearstate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_restorestate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_saveselectedlocation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_restoreselectedlocation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_showreasonmodal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_submitreason", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_submitleave", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal", "to": "fusion_clock_portal_fusionclockportal_synconvisibilitychange", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_setup", "to": "fusion_clock_portal_fusionclockportal_restorestate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_setup", "to": "fusion_clock_portal_fusionclockportal_savestate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_setup", "to": "fusion_clock_portal_fusionclockportal_restoreselectedlocation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_setup", "to": "fusion_clock_portal_fusionclockportal_updatecurrenttime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_setup", "to": "fusion_clock_portal_fusionclockportal_starttimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_setup", "to": "fusion_clock_portal_fusionclockportal_updateuiforclockin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_setup", "to": "fusion_clock_portal_fusionclockportal_saveselectedlocation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_setup", "to": "fusion_clock_portal_fusionclockportal_detectnearestlocation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_setup", "to": "fusion_clock_portal_fusionclockportal_updatedatedisplay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_setup", "to": "fusion_clock_portal_fusionclockportal_setupeventlisteners", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_destroy", "to": "fusion_clock_portal_fusionclockportal_stoptimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_selectnearestfromcoords", "to": "fusion_clock_portal_fusionclockportal_haversine", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_onclockbuttonclick", "to": "fusion_clock_portal_fusionclockportal_showclockoutconfirmation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_onclockbuttonclick", "to": "fusion_clock_portal_fusionclockportal_beginclockaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_showclockoutconfirmation", "to": "fusion_clock_portal_fusionclockportal_beginclockaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_confirmclockout", "to": "fusion_clock_portal_fusionclockportal_beginclockaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_beginclockaction", "to": "fusion_clock_portal_fusionclockportal_showgpsoverlay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_beginclockaction", "to": "fusion_clock_portal_fusionclockportal_hidegpsoverlay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_beginclockaction", "to": "fusion_clock_portal_fusionclockportal_showtoast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_performclockaction", "to": "fusion_clock_portal_fusionclockportal_hidegpsoverlay", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_performclockaction", "to": "fusion_clock_portal_fusionclockportal_showreasonmodal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_performclockaction", "to": "fusion_clock_portal_fusionclockportal_showtoast", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_performclockaction", "to": "fusion_clock_portal_fusionclockportal_shakebutton", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_performclockaction", "to": "fusion_clock_portal_fusionclockportal_updateuiforclockin", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_performclockaction", "to": "fusion_clock_portal_fusionclockportal_starttimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_performclockaction", "to": "fusion_clock_portal_fusionclockportal_playsound", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_performclockaction", "to": "fusion_clock_portal_fusionclockportal_savestate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_performclockaction", "to": "fusion_clock_portal_fusionclockportal_saveselectedlocation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_performclockaction", "to": "fusion_clock_portal_fusionclockportal_updateuiforclockout", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_performclockaction", "to": "fusion_clock_portal_fusionclockportal_stoptimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_performclockaction", "to": "fusion_clock_portal_fusionclockportal_clearstate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_updateuiforclockin", "to": "fusion_clock_portal_fusionclockportal_synconvisibilitychange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_updateuiforclockout", "to": "fusion_clock_portal_fusionclockportal_synconvisibilitychange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_starttimer", "to": "fusion_clock_portal_fusionclockportal_stoptimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_starttimer", "to": "fusion_clock_portal_fusionclockportal_updatetimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_starttimer", "to": "fusion_clock_portal_fusionclockportal_synconvisibilitychange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_stoptimer", "to": "fusion_clock_portal_fusionclockportal_synconvisibilitychange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_showtoast", "to": "fusion_clock_portal_fusionclockportal_submitreason", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_showtoast", "to": "fusion_clock_portal_fusionclockportal_submitleave", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_savestate", "to": "fusion_clock_portal_fusionclockportal_synconvisibilitychange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fusionclockportal_clearstate", "to": "fusion_clock_portal_fusionclockportal_synconvisibilitychange", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_static_src_js_fusion_clock_dashboard_js", "to": "fusion_clock_dashboard_fusionclockdashboard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_dashboard_fusionclockdashboard", "to": "fusion_clock_dashboard_fusionclockdashboard_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_dashboard_fusionclockdashboard", "to": "fusion_clock_dashboard_fusionclockdashboard_fetchdata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_dashboard_fusionclockdashboard", "to": "fusion_clock_dashboard_fusionclockdashboard_onrefresh", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_dashboard_fusionclockdashboard", "to": "fusion_clock_dashboard_fusionclockdashboard_onviewattendances", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_dashboard_fusionclockdashboard", "to": "fusion_clock_dashboard_fusionclockdashboard_onviewcorrections", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_dashboard_fusionclockdashboard", "to": "fusion_clock_dashboard_fusionclockdashboard_onviewactivitylogs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_dashboard_fusionclockdashboard", "to": "fusion_clock_dashboard_fusionclockdashboard_onviewpenalties", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_dashboard_fusionclockdashboard_fetchdata", "to": "fusion_clock_dashboard_fusionclockdashboard_onrefresh", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_static_src_js_fusion_clock_portal_fab_js", "to": "fusion_clock_portal_fab_fusionclockportalfab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_setup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_destroy", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_togglepanel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_openpanel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_closepanel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_applystate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_fetchstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_onclockaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_showclockoutconfirm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_showreasondialog", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_executeclockaction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_starttimer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_stoptimer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_updatetimer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_showerror", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab", "to": "fusion_clock_portal_fab_fusionclockportalfab_clearerror", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_setup", "to": "fusion_clock_portal_fab_fusionclockportalfab_applystate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_setup", "to": "fusion_clock_portal_fab_fusionclockportalfab_starttimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_destroy", "to": "fusion_clock_portal_fab_fusionclockportalfab_stoptimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_togglepanel", "to": "fusion_clock_portal_fab_fusionclockportalfab_closepanel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_togglepanel", "to": "fusion_clock_portal_fab_fusionclockportalfab_openpanel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_openpanel", "to": "fusion_clock_portal_fab_fusionclockportalfab_clearerror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_openpanel", "to": "fusion_clock_portal_fab_fusionclockportalfab_fetchstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_applystate", "to": "fusion_clock_portal_fab_fusionclockportalfab_fetchstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_applystate", "to": "fusion_clock_portal_fab_fusionclockportalfab_executeclockaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_fetchstatus", "to": "fusion_clock_portal_fab_fusionclockportalfab_starttimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_fetchstatus", "to": "fusion_clock_portal_fab_fusionclockportalfab_stoptimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_fetchstatus", "to": "fusion_clock_portal_fab_fusionclockportalfab_executeclockaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_onclockaction", "to": "fusion_clock_portal_fab_fusionclockportalfab_showclockoutconfirm", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_onclockaction", "to": "fusion_clock_portal_fab_fusionclockportalfab_executeclockaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_showreasondialog", "to": "fusion_clock_portal_fab_fusionclockportalfab_executeclockaction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_executeclockaction", "to": "fusion_clock_portal_fab_fusionclockportalfab_clearerror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_executeclockaction", "to": "fusion_clock_portal_fab_fusionclockportalfab_showerror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_executeclockaction", "to": "fusion_clock_portal_fab_fusionclockportalfab_starttimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_executeclockaction", "to": "fusion_clock_portal_fab_fusionclockportalfab_stoptimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_starttimer", "to": "fusion_clock_portal_fab_fusionclockportalfab_stoptimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "fusion_clock_portal_fab_fusionclockportalfab_starttimer", "to": "fusion_clock_portal_fab_fusionclockportalfab_updatetimer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_init_py", "to": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_init_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_kiosk_py", "to": "clock_kiosk_fusionclockkiosk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_kiosk_py", "to": "clock_kiosk_kiosk_page", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_kiosk_py", "to": "clock_kiosk_kiosk_search", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_kiosk_py", "to": "clock_kiosk_kiosk_verify_pin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_kiosk_py", "to": "clock_kiosk_kiosk_clock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_kiosk_fusionclockkiosk", "to": "clock_kiosk_rationale_13", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_kiosk_fusionclockkiosk", "to": "clock_api_fusionclockapi", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_kiosk_kiosk_clock", "to": "clock_api_fusionclockapi", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_kiosk_kiosk_clock", "to": "clock_api_fusionclockapi_verify_location", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_kiosk_kiosk_clock", "to": "clock_api_fusionclockapi_location_error_message", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_kiosk_kiosk_clock", "to": "clock_api_fusionclockapi_log_activity", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_kiosk_kiosk_clock", "to": "clock_api_fusionclockapi_get_scheduled_times", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_kiosk_kiosk_clock", "to": "clock_api_fusionclockapi_check_and_create_penalty", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_kiosk_kiosk_clock", "to": "clock_api_fusionclockapi_apply_break_deduction", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_kiosk_rationale_13", "to": "clock_api_fusionclockapi", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_kiosk_rationale_17", "to": "clock_api_fusionclockapi", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_kiosk_rationale_34", "to": "clock_api_fusionclockapi", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_kiosk_rationale_55", "to": "clock_api_fusionclockapi", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "clock_kiosk_rationale_75", "to": "clock_api_fusionclockapi", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_portal_clock_py", "to": "portal_clock_fusionclockportal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_portal_clock_py", "to": "portal_clock_portal_clock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_portal_clock_py", "to": "portal_clock_portal_timesheets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_portal_clock_py", "to": "portal_clock_portal_reports", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_portal_clock_py", "to": "portal_clock_portal_report_download", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clock_fusionclockportal", "to": "customerportal", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clock_fusionclockportal", "to": "portal_clock_fusionclockportal_prepare_portal_layout_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clock_fusionclockportal", "to": "portal_clock_fusionclockportal_prepare_home_portal_values", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clock_fusionclockportal", "to": "portal_clock_fusionclockportal_get_portal_employee", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clock_fusionclockportal", "to": "portal_clock_rationale_18", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clock_fusionclockportal_prepare_portal_layout_values", "to": "portal_clock_fusionclockportal_get_portal_employee", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clock_fusionclockportal_prepare_portal_layout_values", "to": "portal_clock_rationale_21", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clock_fusionclockportal_prepare_home_portal_values", "to": "portal_clock_fusionclockportal_get_portal_employee", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clock_fusionclockportal_prepare_home_portal_values", "to": "portal_clock_rationale_47", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clock_fusionclockportal_get_portal_employee", "to": "portal_clock_portal_clock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clock_fusionclockportal_get_portal_employee", "to": "portal_clock_portal_timesheets", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clock_fusionclockportal_get_portal_employee", "to": "portal_clock_portal_reports", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clock_fusionclockportal_get_portal_employee", "to": "portal_clock_portal_report_download", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "portal_clock_fusionclockportal_get_portal_employee", "to": "portal_clock_rationale_61", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_api_py", "to": "clock_api_haversine_distance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_api_py", "to": "clock_api_fusionclockapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_api_py", "to": "clock_api_verify_location", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_api_py", "to": "clock_api_clock_action", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_api_py", "to": "clock_api_submit_reason", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_api_py", "to": "clock_api_request_leave", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_api_py", "to": "clock_api_request_correction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_api_py", "to": "clock_api_get_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_api_py", "to": "clock_api_get_locations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_api_py", "to": "clock_api_get_settings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "users_gurpreet_github_odoo_modules_fusion_clock_controllers_clock_api_py", "to": "clock_api_dashboard_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_haversine_distance", "to": "clock_api_fusionclockapi_verify_location", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_haversine_distance", "to": "clock_api_rationale_19", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi", "to": "clock_api_fusionclockapi_get_employee", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi", "to": "clock_api_fusionclockapi_get_locations_for_employee", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi", "to": "clock_api_fusionclockapi_verify_location", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi", "to": "clock_api_fusionclockapi_location_error_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi", "to": "clock_api_fusionclockapi_get_scheduled_times", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi", "to": "clock_api_fusionclockapi_check_and_create_penalty", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi", "to": "clock_api_fusionclockapi_apply_break_deduction", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi", "to": "clock_api_fusionclockapi_log_activity", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi", "to": "clock_api_rationale_33", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_get_employee", "to": "clock_api_verify_location", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_get_employee", "to": "clock_api_clock_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_get_employee", "to": "clock_api_submit_reason", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_get_employee", "to": "clock_api_request_leave", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_get_employee", "to": "clock_api_request_correction", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_get_employee", "to": "clock_api_get_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_get_employee", "to": "clock_api_get_locations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_get_employee", "to": "clock_api_dashboard_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_get_locations_for_employee", "to": "clock_api_fusionclockapi_verify_location", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_get_locations_for_employee", "to": "clock_api_get_locations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_verify_location", "to": "clock_api_verify_location", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_verify_location", "to": "clock_api_clock_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_verify_location", "to": "clock_api_rationale_52", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_location_error_message", "to": "clock_api_verify_location", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_location_error_message", "to": "clock_api_clock_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_get_scheduled_times", "to": "clock_api_clock_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_get_scheduled_times", "to": "clock_api_rationale_103", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_check_and_create_penalty", "to": "clock_api_clock_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_check_and_create_penalty", "to": "clock_api_rationale_107", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_apply_break_deduction", "to": "clock_api_clock_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_apply_break_deduction", "to": "clock_api_rationale_155", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_log_activity", "to": "clock_api_clock_action", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_log_activity", "to": "clock_api_submit_reason", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "clock_api_fusionclockapi_log_activity", "to": "clock_api_rationale_173", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
|
|
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Community 0", "count": 34}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 34}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 32}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 25}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 21}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 18}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 17}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 17}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 13}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 12}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 11}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 10}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 9}, {"cid": 13, "color": "#76B7B2", "label": "Community 13", "count": 9}, {"cid": 14, "color": "#59A14F", "label": "Community 14", "count": 4}, {"cid": 15, "color": "#EDC948", "label": "Community 15", "count": 4}, {"cid": 16, "color": "#B07AA1", "label": "Community 16", "count": 4}, {"cid": 17, "color": "#FF9DA7", "label": "Community 17", "count": 4}, {"cid": 18, "color": "#9C755F", "label": "Community 18", "count": 1}, {"cid": 19, "color": "#BAB0AC", "label": "Community 19", "count": 1}, {"cid": 20, "color": "#4E79A7", "label": "Community 20", "count": 1}, {"cid": 21, "color": "#F28E2B", "label": "Community 21", "count": 1}, {"cid": 22, "color": "#E15759", "label": "Community 22", "count": 1}, {"cid": 23, "color": "#76B7B2", "label": "Community 23", "count": 1}, {"cid": 24, "color": "#59A14F", "label": "Community 24", "count": 1}, {"cid": 25, "color": "#EDC948", "label": "Community 25", "count": 1}, {"cid": 26, "color": "#B07AA1", "label": "Community 26", "count": 1}, {"cid": 27, "color": "#FF9DA7", "label": "Community 27", "count": 1}, {"cid": 28, "color": "#9C755F", "label": "Community 28", "count": 1}, {"cid": 29, "color": "#BAB0AC", "label": "Community 29", "count": 1}, {"cid": 30, "color": "#4E79A7", "label": "Community 30", "count": 1}, {"cid": 31, "color": "#F28E2B", "label": "Community 31", "count": 1}, {"cid": 32, "color": "#E15759", "label": "Community 32", "count": 1}, {"cid": 33, "color": "#76B7B2", "label": "Community 33", "count": 1}, {"cid": 34, "color": "#59A14F", "label": "Community 34", "count": 1}, {"cid": 35, "color": "#EDC948", "label": "Community 35", "count": 1}, {"cid": 36, "color": "#B07AA1", "label": "Community 36", "count": 1}, {"cid": 37, "color": "#FF9DA7", "label": "Community 37", "count": 1}, {"cid": 38, "color": "#9C755F", "label": "Community 38", "count": 1}, {"cid": 39, "color": "#BAB0AC", "label": "Community 39", "count": 1}];
|
|
|
|
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
|
|
function esc(s) {
|
|
return String(s).replace(/&/g,'&').replace(/</g,'<').replace(/>/g,'>').replace(/"/g,'"').replace(/'/g,''');
|
|
}
|
|
|
|
// Build vis datasets
|
|
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
|
|
id: n.id, label: n.label, color: n.color, size: n.size,
|
|
font: n.font, title: n.title,
|
|
_community: n.community, _community_name: n.community_name,
|
|
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
|
|
})));
|
|
|
|
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
|
|
id: i, from: e.from, to: e.to,
|
|
label: '',
|
|
title: e.title,
|
|
dashes: e.dashes,
|
|
width: e.width,
|
|
color: e.color,
|
|
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
|
|
})));
|
|
|
|
const container = document.getElementById('graph');
|
|
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
|
|
physics: {
|
|
enabled: true,
|
|
solver: 'forceAtlas2Based',
|
|
forceAtlas2Based: {
|
|
gravitationalConstant: -60,
|
|
centralGravity: 0.005,
|
|
springLength: 120,
|
|
springConstant: 0.08,
|
|
damping: 0.4,
|
|
avoidOverlap: 0.8,
|
|
},
|
|
stabilization: { iterations: 200, fit: true },
|
|
},
|
|
interaction: {
|
|
hover: true,
|
|
tooltipDelay: 100,
|
|
hideEdgesOnDrag: true,
|
|
navigationButtons: false,
|
|
keyboard: false,
|
|
},
|
|
nodes: { shape: 'dot', borderWidth: 1.5 },
|
|
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
|
|
});
|
|
|
|
network.once('stabilizationIterationsDone', () => {
|
|
network.setOptions({ physics: { enabled: false } });
|
|
});
|
|
|
|
function showInfo(nodeId) {
|
|
const n = nodesDS.get(nodeId);
|
|
if (!n) return;
|
|
const neighborIds = network.getConnectedNodes(nodeId);
|
|
const neighborItems = neighborIds.map(nid => {
|
|
const nb = nodesDS.get(nid);
|
|
const color = nb ? nb.color.background : '#555';
|
|
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" onclick="focusNode(${JSON.stringify(nid)})">${esc(nb ? nb.label : nid)}</span>`;
|
|
}).join('');
|
|
document.getElementById('info-content').innerHTML = `
|
|
<div class="field"><b>${esc(n.label)}</b></div>
|
|
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
|
|
<div class="field">Community: ${esc(n._community_name)}</div>
|
|
<div class="field">Source: ${esc(n._source_file || '-')}</div>
|
|
<div class="field">Degree: ${n._degree}</div>
|
|
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
|
|
`;
|
|
}
|
|
|
|
function focusNode(nodeId) {
|
|
network.focus(nodeId, { scale: 1.4, animation: true });
|
|
network.selectNodes([nodeId]);
|
|
showInfo(nodeId);
|
|
}
|
|
|
|
// Track hovered node — hover detection is more reliable than click params
|
|
let hoveredNodeId = null;
|
|
network.on('hoverNode', params => {
|
|
hoveredNodeId = params.node;
|
|
container.style.cursor = 'pointer';
|
|
});
|
|
network.on('blurNode', () => {
|
|
hoveredNodeId = null;
|
|
container.style.cursor = 'default';
|
|
});
|
|
container.addEventListener('click', () => {
|
|
if (hoveredNodeId !== null) {
|
|
showInfo(hoveredNodeId);
|
|
network.selectNodes([hoveredNodeId]);
|
|
}
|
|
});
|
|
network.on('click', params => {
|
|
if (params.nodes.length > 0) {
|
|
showInfo(params.nodes[0]);
|
|
} else if (hoveredNodeId === null) {
|
|
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
|
|
}
|
|
});
|
|
|
|
const searchInput = document.getElementById('search');
|
|
const searchResults = document.getElementById('search-results');
|
|
searchInput.addEventListener('input', () => {
|
|
const q = searchInput.value.toLowerCase().trim();
|
|
searchResults.innerHTML = '';
|
|
if (!q) { searchResults.style.display = 'none'; return; }
|
|
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
|
|
if (!matches.length) { searchResults.style.display = 'none'; return; }
|
|
searchResults.style.display = 'block';
|
|
matches.forEach(n => {
|
|
const el = document.createElement('div');
|
|
el.className = 'search-item';
|
|
el.textContent = n.label;
|
|
el.style.borderLeft = `3px solid ${n.color.background}`;
|
|
el.style.paddingLeft = '8px';
|
|
el.onclick = () => {
|
|
network.focus(n.id, { scale: 1.5, animation: true });
|
|
network.selectNodes([n.id]);
|
|
showInfo(n.id);
|
|
searchResults.style.display = 'none';
|
|
searchInput.value = '';
|
|
};
|
|
searchResults.appendChild(el);
|
|
});
|
|
});
|
|
document.addEventListener('click', e => {
|
|
if (!searchResults.contains(e.target) && e.target !== searchInput)
|
|
searchResults.style.display = 'none';
|
|
});
|
|
|
|
const hiddenCommunities = new Set();
|
|
const legendEl = document.getElementById('legend');
|
|
LEGEND.forEach(c => {
|
|
const item = document.createElement('div');
|
|
item.className = 'legend-item';
|
|
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
|
|
<span class="legend-label">${c.label}</span>
|
|
<span class="legend-count">${c.count}</span>`;
|
|
item.onclick = () => {
|
|
if (hiddenCommunities.has(c.cid)) {
|
|
hiddenCommunities.delete(c.cid);
|
|
item.classList.remove('dimmed');
|
|
} else {
|
|
hiddenCommunities.add(c.cid);
|
|
item.classList.add('dimmed');
|
|
}
|
|
const updates = RAW_NODES
|
|
.filter(n => n.community === c.cid)
|
|
.map(n => ({ id: n.id, hidden: hiddenCommunities.has(c.cid) }));
|
|
nodesDS.update(updates);
|
|
};
|
|
legendEl.appendChild(item);
|
|
});
|
|
</script>
|
|
<script>
|
|
// Render hyperedges as shaded regions
|
|
const hyperedges = [];
|
|
// afterDrawing passes ctx already transformed to network coordinate space.
|
|
// Draw node positions raw — no manual pan/zoom/DPR math needed.
|
|
network.on('afterDrawing', function(ctx) {
|
|
hyperedges.forEach(h => {
|
|
const positions = h.nodes
|
|
.map(nid => network.getPositions([nid])[nid])
|
|
.filter(p => p !== undefined);
|
|
if (positions.length < 2) return;
|
|
ctx.save();
|
|
ctx.globalAlpha = 0.12;
|
|
ctx.fillStyle = '#6366f1';
|
|
ctx.strokeStyle = '#6366f1';
|
|
ctx.lineWidth = 2;
|
|
ctx.beginPath();
|
|
// Centroid and expanded hull in network coordinates
|
|
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
|
|
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
|
|
const expanded = positions.map(p => ({
|
|
x: cx + (p.x - cx) * 1.15,
|
|
y: cy + (p.y - cy) * 1.15
|
|
}));
|
|
ctx.moveTo(expanded[0].x, expanded[0].y);
|
|
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
|
|
ctx.closePath();
|
|
ctx.fill();
|
|
ctx.globalAlpha = 0.4;
|
|
ctx.stroke();
|
|
// Label
|
|
ctx.globalAlpha = 0.8;
|
|
ctx.fillStyle = '#4f46e5';
|
|
ctx.font = 'bold 11px sans-serif';
|
|
ctx.textAlign = 'center';
|
|
ctx.fillText(h.label, cx, cy - 5);
|
|
ctx.restore();
|
|
});
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |