frappe/erpnext · Architecture
A static read of how frappe/erpnext is wired together — module coupling, layering, and circular dependencies — derived from its import graph.
C
Architecture grade
score 67/100
8
Import cycles
lower is better
400
Modules parsed
308 edges
93%
Layeredness
clean-layer ratio
Most-depended-on modules
These are the highest-fan-in files — change them and the blast radius is largest. Read them first.
- erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py28 importers · radius 47
- banking/src/components/features/BankReconciliation/bankRecAtoms.ts23 importers · radius 28
- erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py11 importers · radius 47
- erpnext/accounts/doctype/payment_entry/test_payment_entry.py11 importers · radius 47
- erpnext/accounts/doctype/journal_entry/test_journal_entry.py11 importers · radius 47
- banking/src/components/features/BankReconciliation/utils.ts11 importers · radius 28
- erpnext/accounts/doctype/account/test_account.py9 importers · radius 47
- erpnext/accounts/test/accounts_mixin.py9 importers · radius 9
Modules (24)
Source directories grouped from the import graph. Each links to a per-module page with its files and how it couples to the rest.
- banking/src/components/features/BankReconciliation24 files · 57 in-degree · in cycle
- banking/src/components/ui25 files · 27 in-degree
- erpnext/accounts/doctype/account2 files · 10 in-degree · in cycle
- banking/src/types/Accounts13 files · 8 in-degree
- banking/src/components/features/BankStatementImporter2 files · 8 in-degree
- banking/src/components/features/Settings6 files · 5 in-degree
- erpnext/accounts/doctype/bank_transaction4 files · 5 in-degree
- erpnext/accounts/doctype/pos_invoice3 files · 5 in-degree · in cycle
- banking/src/lib/namespace4 files · 4 in-degree
- banking/src/components/features/BankReconciliation/Rules3 files · 4 in-degree
- erpnext/accounts/doctype/accounting_dimension2 files · 4 in-degree
- banking/src/components/common5 files · 3 in-degree
- banking/src/components/features/BankStatementImporter/CSV3 files · 3 in-degree
- erpnext/accounts/doctype/cost_center_allocation2 files · 3 in-degree
- banking/src/components/features/ActionLog3 files · 2 in-degree
- banking/src/components/features/BankStatementImporter/PDF3 files · 2 in-degree
- banking/src3 files · 2 in-degree
- banking/src/lib3 files · 2 in-degree
- erpnext/accounts/doctype/bank_reconciliation_tool2 files · 2 in-degree
- erpnext/accounts/doctype/bank_statement_import_log2 files · 1 in-degree
- erpnext/accounts/doctype/bank_transaction_rule2 files · 1 in-degree
- erpnext/accounts/doctype/budget2 files · 1 in-degree
- erpnext/accounts/doctype/account_closing_balance2 files · 1 in-degree
- erpnext/accounts/doctype/accounting_period2 files · 1 in-degree
Circular dependencies (8)
- banking/src/components/features/BankReconciliation/bankRecAtoms.ts to banking/src/components/features/BankReconciliation/utils.ts to banking/src/components/features/BankReconciliation/bankRecAtoms.ts
- erpnext/accounts/doctype/account/test_account.py to erpnext/accounts/doctype/journal_entry/test_journal_entry.py to erpnext/accounts/doctype/account/test_account.py
- erpnext/accounts/doctype/account/test_account.py to erpnext/accounts/doctype/journal_entry/test_journal_entry.py to erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py to erpnext/accounts/doctype/account/test_account.py
- erpnext/accounts/doctype/mode_of_payment/test_mode_of_payment.py to erpnext/accounts/doctype/pos_profile/test_pos_profile.py to erpnext/accounts/doctype/pos_closing_entry/test_pos_closing_entry.py to erpnext/accounts/doctype/pos_invoice/test_pos_invoice.py to erpnext/accounts/doctype/mode_of_payment/test_mode_of_payment.py
- erpnext/accounts/doctype/pos_profile/test_pos_profile.py to erpnext/accounts/doctype/pos_closing_entry/test_pos_closing_entry.py to erpnext/accounts/doctype/pos_invoice/test_pos_invoice.py to erpnext/accounts/doctype/pos_profile/test_pos_profile.py
- erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py to erpnext/accounts/doctype/mode_of_payment/test_mode_of_payment.py to erpnext/accounts/doctype/pos_profile/test_pos_profile.py to erpnext/accounts/doctype/pos_closing_entry/test_pos_closing_entry.py to erpnext/accounts/doctype/pos_invoice/test_pos_invoice.py to erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
Ask AI about frappe/erpnext
Grounded in the actual source code. Pick a starter question or write your own.
What does this repo do, in one paragraph?How would I get started using it?What are the main alternatives?Show me the entry point.
Or write your own questionInformational only. RepoPilot summarises public signals at the time of analysis; they can be incomplete or stale. Not professional, security, or legal advice.