brotherton-erpnext/CODEOWNERS
Line: 6: incorrect codeowner user: deepeshgarg007 Line: 6: incorrect codeowner user: ruthra-kumar Line: 6: no users/groups matched Line: 7: incorrect codeowner user: anandbaburajan Line: 7: incorrect codeowner user: deepeshgarg007 Line: 7: no users/groups matched Line: 8: incorrect codeowner user: deepeshgarg007 Line: 8: incorrect codeowner user: ruthra-kumar Line: 8: no users/groups matched Line: 9: incorrect codeowner user: deepeshgarg007 Line: 9: incorrect codeowner user: ruthra-kumar Line: 9: no users/groups matched Line: 10: incorrect codeowner user: deepeshgarg007 Line: 10: no users/groups matched Line: 11: incorrect format Line: 13: incorrect codeowner user: rohitwaghchaure Line: 13: incorrect codeowner user: s-aga-r Line: 13: no users/groups matched Line: 14: incorrect codeowner user: rohitwaghchaure Line: 14: incorrect codeowner user: s-aga-r Line: 14: no users/groups matched Line: 15: incorrect codeowner user: rohitwaghchaure Line: 15: incorrect codeowner user: s-aga-r Line: 15: no users/groups matched Line: 16: incorrect codeowner user: rohitwaghchaure Line: 16: incorrect codeowner user: s-aga-r Line: 16: no users/groups matched Line: 17: incorrect codeowner user: rohitwaghchaure Line: 17: incorrect codeowner user: s-aga-r Line: 17: no users/groups matched Line: 18: incorrect codeowner user: rohitwaghchaure Line: 18: incorrect codeowner user: s-aga-r Line: 18: no users/groups matched Line: 20: incorrect codeowner user: deepeshgarg007 Line: 20: incorrect codeowner user: rohitwaghchaure Line: 20: no users/groups matched Line: 21: incorrect codeowner user: deepeshgarg007 Line: 21: no users/groups matched Line: 23: incorrect codeowner user: deepeshgarg007 Line: 23: no users/groups matched Line: 24: incorrect codeowner user: phot0n Line: 24: no users/groups matched
Anand Baburajan 988d755906
refactor!: removing loan management module (#35522)
* chore: resolving conflicts

* refactor: bank_clearance and add hook for get_payment_entries_for_bank_clearance

* refactor: bank_reconciliation_tool and add hook for get_matching_vouchers_for_bank_reconciliation

* fix: remove sales invoice from bank_reconciliation_doctypes and use hook for voucher clearance

* refactor: remove loan tests from test_bank_transaction

* refactor: bank_clearance_summary and add hook for get_entries_for_bank_clearance_summary

* refactor: removed test_bank_reconciliation_statement

* refactor: bank_reconciliation_statement and add hook for get_amounts_not_reflected_in_system_for_bank_reconciliation_statement

* refactor: add missing hook and patches for module removal and deprecation warning

* refactor: remove loan management translations

* chore: add erpnext tests dependent on lending
2023-06-30 11:02:49 +05:30

25 lines
1.0 KiB
Plaintext

# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
erpnext/accounts/ @deepeshgarg007 @ruthra-kumar
erpnext/assets/ @anandbaburajan @deepeshgarg007
erpnext/regional @deepeshgarg007 @ruthra-kumar
erpnext/selling @deepeshgarg007 @ruthra-kumar
erpnext/support/ @deepeshgarg007
pos*
erpnext/buying/ @rohitwaghchaure @s-aga-r
erpnext/maintenance/ @rohitwaghchaure @s-aga-r
erpnext/manufacturing/ @rohitwaghchaure @s-aga-r
erpnext/quality_management/ @rohitwaghchaure @s-aga-r
erpnext/stock/ @rohitwaghchaure @s-aga-r
erpnext/subcontracting @rohitwaghchaure @s-aga-r
erpnext/controllers/ @deepeshgarg007 @rohitwaghchaure
erpnext/patches/ @deepeshgarg007
.github/ @deepeshgarg007
pyproject.toml @phot0n