1 line
7.5 KiB
JSON
1 line
7.5 KiB
JSON
{"nodes": [{"id": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_totaling_py", "label": "totaling.py", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L1"}, {"id": "totaling_totalline", "label": "TotalLine", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L10"}, {"id": "totaling_aggregate", "label": "aggregate()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L20"}, {"id": "totaling_aggregate_per_account", "label": "aggregate_per_account()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L37"}, {"id": "totaling_is_balanced", "label": "is_balanced()", "file_type": "code", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L46"}, {"id": "totaling_rationale_1", "label": "Move-line aggregation primitives for report totaling. Pure-Python helpers - cal", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L1"}, {"id": "totaling_rationale_21", "label": "Aggregate a list of move-line dicts into a TotalLine. Each dict must have:", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L21"}, {"id": "totaling_rationale_38", "label": "Group + aggregate by account_id. Returns {account_id: TotalLine}.", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L38"}, {"id": "totaling_rationale_47", "label": "True if total debits == total credits (within tolerance for rounding).", "file_type": "rationale", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L47"}], "edges": [{"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_totaling_py", "target": "dataclasses", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L6", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_totaling_py", "target": "totaling_totalline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L10", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_totaling_py", "target": "totaling_aggregate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L20", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_totaling_py", "target": "totaling_aggregate_per_account", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L37", "weight": 1.0}, {"source": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_totaling_py", "target": "totaling_is_balanced", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L46", "weight": 1.0}, {"source": "totaling_aggregate", "target": "totaling_totalline", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L25", "weight": 1.0}, {"source": "totaling_aggregate_per_account", "target": "totaling_aggregate", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L43", "weight": 1.0}, {"source": "totaling_is_balanced", "target": "totaling_aggregate", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L48", "weight": 1.0}, {"source": "totaling_rationale_1", "target": "users_gurpreet_github_odoo_modules_fusion_accounting_reports_services_totaling_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L1", "weight": 1.0}, {"source": "totaling_rationale_21", "target": "totaling_aggregate", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L21", "weight": 1.0}, {"source": "totaling_rationale_38", "target": "totaling_aggregate_per_account", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L38", "weight": 1.0}, {"source": "totaling_rationale_47", "target": "totaling_is_balanced", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L47", "weight": 1.0}], "raw_calls": [{"caller_nid": "totaling_aggregate", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L27"}, {"caller_nid": "totaling_aggregate", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L28"}, {"caller_nid": "totaling_aggregate", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L29"}, {"caller_nid": "totaling_aggregate", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L30"}, {"caller_nid": "totaling_aggregate", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L31"}, {"caller_nid": "totaling_aggregate", "callee": "get", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L32"}, {"caller_nid": "totaling_aggregate_per_account", "callee": "append", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L42"}, {"caller_nid": "totaling_aggregate_per_account", "callee": "setdefault", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L42"}, {"caller_nid": "totaling_aggregate_per_account", "callee": "items", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L43"}, {"caller_nid": "totaling_is_balanced", "callee": "abs", "source_file": "/Users/gurpreet/Github/Odoo-Modules/fusion_accounting_reports/services/totaling.py", "source_location": "L49"}]} |