Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: only show advance payment entries where "book_advance_payments_in_separate_party_account" is true (backport #44545) #44616

Closed

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Dec 9, 2024

Issue: Incorrect reconciliation is happening when payment entry is made with the advance account but book_advance_payments_in_separate_party_account was disabled in the Account Settings.

Steps to Replicate:

  • Create an Advance Receivable Account.
  • Create a Sales Invoice
  • Disable "book_advance_payments_in_separate_party_account" in company.
  • Create a Payment Entry in the Advance Receivable Account.
  • Enable "book_advance_payments_in_separate_party_account".
  • Reconciliation of the payment against the Invoice
  • Reconciliation will be successful but outstanding will not be adjusted because the Party Account is different and payment entry is not advance payment entry.

Frappe Support Issue: https://support.frappe.io/app/hd-ticket/24578


This is an automatic backport of pull request #44545 done by [Mergify](https://mergify.com).

ljain112 and others added 2 commits December 9, 2024 10:57
…n_separate_party_account" is true

(cherry picked from commit ffd6a84)
(cherry picked from commit d847f75adec5eb4afbf459833e20b4eeb3b86210)

# Conflicts:
#	.editorconfig
#	.git-blame-ignore-revs
#	.github/helper/documentation.py
#	.github/helper/install.sh
#	.github/stale.yml
#	.github/workflows/linters.yml
#	.github/workflows/patch.yml
#	.github/workflows/release.yml
#	.github/workflows/release_notes.yml
#	.github/workflows/server-tests-mariadb.yml
#	.github/workflows/server-tests-postgres.yml
#	.gitignore
#	.mergify.yml
#	.releaserc
#	CODEOWNERS
#	README.md
#	erpnext/__init__.py
#	erpnext/accounts/deferred_revenue.py
#	erpnext/accounts/doctype/account/account.json
#	erpnext/accounts/doctype/account/account.py
#	erpnext/accounts/doctype/account/account_tree.js
#	erpnext/accounts/doctype/account/chart_of_accounts/chart_of_accounts.py
#	erpnext/accounts/doctype/account/chart_of_accounts/verified/de_kontenplan_SKR04.json
#	erpnext/accounts/doctype/account/chart_of_accounts/verified/hu_chart_of_accounts_for_microenterprises_with_account_number.json
#	erpnext/accounts/doctype/account/chart_of_accounts/verified/in_standard_chart_of_accounts.json
#	erpnext/accounts/doctype/account/chart_of_accounts/verified/ni_catalogo_de_cuentas.json
#	erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py
#	erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py
#	erpnext/accounts/doctype/account/test_account.py
#	erpnext/accounts/doctype/account_closing_balance/account_closing_balance.json
#	erpnext/accounts/doctype/account_closing_balance/test_account_closing_balance.py
#	erpnext/accounts/doctype/accounting_dimension/accounting_dimension.json
#	erpnext/accounts/doctype/accounting_dimension/test_accounting_dimension.py
#	erpnext/accounts/doctype/accounting_dimension_detail/accounting_dimension_detail.json
#	erpnext/accounts/doctype/accounting_dimension_filter/accounting_dimension_filter.json
#	erpnext/accounts/doctype/accounting_dimension_filter/accounting_dimension_filter.py
#	erpnext/accounts/doctype/accounting_dimension_filter/test_accounting_dimension_filter.py
#	erpnext/accounts/doctype/accounting_period/accounting_period.json
#	erpnext/accounts/doctype/accounting_period/test_accounting_period.py
#	erpnext/accounts/doctype/accounts_settings/accounts_settings.json
#	erpnext/accounts/doctype/accounts_settings/test_accounts_settings.py
#	erpnext/accounts/doctype/advance_payment_ledger_entry/test_advance_payment_ledger_entry.py
#	erpnext/accounts/doctype/advance_tax/advance_tax.json
#	erpnext/accounts/doctype/advance_taxes_and_charges/advance_taxes_and_charges.json
#	erpnext/accounts/doctype/advance_taxes_and_charges/advance_taxes_and_charges.py
#	erpnext/accounts/doctype/allowed_dimension/allowed_dimension.json
#	erpnext/accounts/doctype/allowed_to_transact_with/allowed_to_transact_with.json
#	erpnext/accounts/doctype/applicable_on_account/applicable_on_account.json
#	erpnext/accounts/doctype/bank/bank.json
#	erpnext/accounts/doctype/bank/test_bank.py
#	erpnext/accounts/doctype/bank_account/bank_account.json
#	erpnext/accounts/doctype/bank_account/bank_account.py
#	erpnext/accounts/doctype/bank_account/test_bank_account.py
#	erpnext/accounts/doctype/bank_account_subtype/bank_account_subtype.json
#	erpnext/accounts/doctype/bank_account_subtype/test_bank_account_subtype.py
#	erpnext/accounts/doctype/bank_account_type/bank_account_type.json
#	erpnext/accounts/doctype/bank_account_type/test_bank_account_type.py
#	erpnext/accounts/doctype/bank_clearance/bank_clearance.json
#	erpnext/accounts/doctype/bank_clearance/test_bank_clearance.py
#	erpnext/accounts/doctype/bank_clearance_detail/bank_clearance_detail.json
#	erpnext/accounts/doctype/bank_guarantee/bank_guarantee.json
#	erpnext/accounts/doctype/bank_guarantee/bank_guarantee.py
#	erpnext/accounts/doctype/bank_guarantee/test_bank_guarantee.py
#	erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.json
#	erpnext/accounts/doctype/bank_reconciliation_tool/test_bank_reconciliation_tool.py
#	erpnext/accounts/doctype/bank_statement_import/bank_statement_import.js
#	erpnext/accounts/doctype/bank_statement_import/bank_statement_import.json
#	erpnext/accounts/doctype/bank_statement_import/bank_statement_import.py
#	erpnext/accounts/doctype/bank_statement_import/test_bank_statement_import.py
#	erpnext/accounts/doctype/bank_transaction/auto_match_party.py
#	erpnext/accounts/doctype/bank_transaction/bank_transaction.py
#	erpnext/accounts/doctype/bank_transaction/test_auto_match_party.py
#	erpnext/accounts/doctype/bank_transaction/test_bank_transaction.py
#	erpnext/accounts/doctype/bank_transaction_mapping/bank_transaction_mapping.json
#	erpnext/accounts/doctype/bank_transaction_payments/bank_transaction_payments.json
#	erpnext/accounts/doctype/bisect_accounting_statements/bisect_accounting_statements.json
#	erpnext/accounts/doctype/bisect_accounting_statements/bisect_accounting_statements.py
#	erpnext/accounts/doctype/bisect_accounting_statements/test_bisect_accounting_statements.py
#	erpnext/accounts/doctype/bisect_nodes/bisect_nodes.json
#	erpnext/accounts/doctype/bisect_nodes/test_bisect_nodes.py
#	erpnext/accounts/doctype/budget/budget.json
#	erpnext/accounts/doctype/budget/test_budget.py
#	erpnext/accounts/doctype/budget_account/budget_account.json
#	erpnext/accounts/doctype/campaign_item/campaign_item.json
#	erpnext/accounts/doctype/cashier_closing/cashier_closing.json
#	erpnext/accounts/doctype/cashier_closing/test_cashier_closing.py
#	erpnext/accounts/doctype/cashier_closing_payments/cashier_closing_payments.json
#	erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.json
#	erpnext/accounts/doctype/chart_of_accounts_importer/test_chart_of_accounts_importer.py
#	erpnext/accounts/doctype/cheque_print_template/cheque_print_template.json
#	erpnext/accounts/doctype/cheque_print_template/test_cheque_print_template.py
#	erpnext/accounts/doctype/closed_document/closed_document.json
#	erpnext/accounts/doctype/cost_center/cost_center.json
#	erpnext/accounts/doctype/cost_center/test_cost_center.py
#	erpnext/accounts/doctype/cost_center_allocation/cost_center_allocation.json
#	erpnext/accounts/doctype/cost_center_allocation/test_cost_center_allocation.py
#	erpnext/accounts/doctype/cost_center_allocation_percentage/cost_center_allocation_percentage.json
#	erpnext/accounts/doctype/coupon_code/coupon_code.json
#	erpnext/accounts/doctype/coupon_code/coupon_code.py
#	erpnext/accounts/doctype/coupon_code/test_coupon_code.py
#	erpnext/accounts/doctype/currency_exchange_settings/currency_exchange_settings.json
#	erpnext/accounts/doctype/currency_exchange_settings/test_currency_exchange_settings.py
#	erpnext/accounts/doctype/currency_exchange_settings_details/currency_exchange_settings_details.json
#	erpnext/accounts/doctype/currency_exchange_settings_result/currency_exchange_settings_result.json
#	erpnext/accounts/doctype/customer_group_item/customer_group_item.json
#	erpnext/accounts/doctype/customer_item/customer_item.json
#	erpnext/accounts/doctype/discounted_invoice/discounted_invoice.json
#	erpnext/accounts/doctype/dunning/dunning.json
#	erpnext/accounts/doctype/dunning/dunning.py
#	erpnext/accounts/doctype/dunning/test_dunning.py
#	erpnext/accounts/doctype/dunning_letter_text/dunning_letter_text.json
#	erpnext/accounts/doctype/dunning_type/dunning_type.json
#	erpnext/accounts/doctype/dunning_type/test_dunning_type.py
#	erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.js
#	erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.json
#	erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.py
#	erpnext/accounts/doctype/exchange_rate_revaluation/test_exchange_rate_revaluation.py
#	erpnext/accounts/doctype/exchange_rate_revaluation_account/exchange_rate_revaluation_account.json
#	erpnext/accounts/doctype/finance_book/finance_book.json
#	erpnext/accounts/doctype/finance_book/test_finance_book.py
#	erpnext/accounts/doctype/fiscal_year/fiscal_year.json
#	erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py
#	erpnext/accounts/doctype/fiscal_year_company/fiscal_year_company.json
#	erpnext/accounts/doctype/gl_entry/test_gl_entry.py
#	erpnext/accounts/doctype/invoice_discounting/invoice_discounting.js
#	erpnext/accounts/doctype/invoice_discounting/invoice_discounting.json
#	erpnext/accounts/doctype/invoice_discounting/test_invoice_discounting.py
#	erpnext/accounts/doctype/item_tax_template/item_tax_template.json
#	erpnext/accounts/doctype/item_tax_template/test_item_tax_template.py
#	erpnext/accounts/doctype/item_tax_template_detail/item_tax_template_detail.json
#	erpnext/accounts/doctype/journal_entry/journal_entry.js
#	erpnext/accounts/doctype/journal_entry/journal_entry.json
#	erpnext/accounts/doctype/journal_entry/journal_entry.py
#	erpnext/accounts/doctype/journal_entry/journal_entry_list.js
#	erpnext/accounts/doctype/journal_entry/test_journal_entry.py
#	erpnext/accounts/doctype/journal_entry_account/journal_entry_account.json
#	erpnext/accounts/doctype/journal_entry_template/journal_entry_template.json
#	erpnext/accounts/doctype/journal_entry_template/test_journal_entry_template.py
#	erpnext/accounts/doctype/journal_entry_template_account/journal_entry_template_account.json
#	erpnext/accounts/doctype/ledger_health/test_ledger_health.py
#	erpnext/accounts/doctype/ledger_health_monitor/test_ledger_health_monitor.py
#	erpnext/accounts/doctype/ledger_merge/ledger_merge.json
#	erpnext/accounts/doctype/ledger_merge/test_ledger_merge.py
#	erpnext/accounts/doctype/ledger_merge_accounts/ledger_merge_accounts.json
#	erpnext/accounts/doctype/loyalty_point_entry/loyalty_point_entry.json
#	erpnext/accounts/doctype/loyalty_point_entry/loyalty_point_entry.py
#	erpnext/accounts/doctype/loyalty_point_entry/test_loyalty_point_entry.py
#	erpnext/accounts/doctype/loyalty_point_entry_redemption/loyalty_point_entry_redemption.json
#	erpnext/accounts/doctype/loyalty_program/loyalty_program.json
#	erpnext/accounts/doctype/loyalty_program/loyalty_program.py
#	erpnext/accounts/doctype/loyalty_program/test_loyalty_program.py
#	erpnext/accounts/doctype/loyalty_program_collection/loyalty_program_collection.json
#	erpnext/accounts/doctype/mode_of_payment/mode_of_payment.json
#	erpnext/accounts/doctype/mode_of_payment/test_mode_of_payment.py
#	erpnext/accounts/doctype/mode_of_payment_account/mode_of_payment_account.json
#	erpnext/accounts/doctype/monthly_distribution/monthly_distribution.json
#	erpnext/accounts/doctype/monthly_distribution/test_monthly_distribution.py
#	erpnext/accounts/doctype/monthly_distribution_percentage/monthly_distribution_percentage.json
#	erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.json
#	erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py
#	erpnext/accounts/doctype/opening_invoice_creation_tool/test_opening_invoice_creation_tool.py
#	erpnext/accounts/doctype/opening_invoice_creation_tool_item/opening_invoice_creation_tool_item.json
#	erpnext/accounts/doctype/overdue_payment/overdue_payment.json
#	erpnext/accounts/doctype/party_account/party_account.json
#	erpnext/accounts/doctype/party_link/party_link.json
#	erpnext/accounts/doctype/party_link/test_party_link.py
#	erpnext/accounts/doctype/payment_entry/payment_entry.js
#	erpnext/accounts/doctype/payment_entry/payment_entry.json
#	erpnext/accounts/doctype/payment_entry/payment_entry.py
#	erpnext/accounts/doctype/payment_entry/test_payment_entry.py
#	erpnext/accounts/doctype/payment_entry_deduction/payment_entry_deduction.json
#	erpnext/accounts/doctype/payment_entry_reference/payment_entry_reference.json
#	erpnext/accounts/doctype/payment_gateway_account/payment_gateway_account.json
#	erpnext/accounts/doctype/payment_gateway_account/test_payment_gateway_account.py
#	erpnext/accounts/doctype/payment_ledger_entry/payment_ledger_entry.json
#	erpnext/accounts/doctype/payment_ledger_entry/test_payment_ledger_entry.py
#	erpnext/accounts/doctype/payment_order/payment_order.json
#	erpnext/accounts/doctype/payment_order/test_payment_order.py
#	erpnext/accounts/doctype/payment_order_reference/payment_order_reference.json
#	erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.json
#	erpnext/accounts/doctype/payment_reconciliation/test_payment_reconciliation.py
#	erpnext/accounts/doctype/payment_reconciliation_allocation/payment_reconciliation_allocation.json
#	erpnext/accounts/doctype/payment_reconciliation_invoice/payment_reconciliation_invoice.json
#	erpnext/accounts/doctype/payment_reconciliation_payment/payment_reconciliation_payment.json
#	erpnext/accounts/doctype/payment_request/payment_request.js
#	erpnext/accounts/doctype/payment_request/payment_request.json
#	erpnext/accounts/doctype/payment_request/payment_request.py
#	erpnext/accounts/doctype/payment_request/payment_request_list.js
#	erpnext/accounts/doctype/payment_request/test_payment_request.py
#	erpnext/accounts/doctype/payment_schedule/payment_schedule.json
#	erpnext/accounts/doctype/payment_term/payment_term.json
#	erpnext/accounts/doctype/payment_term/test_payment_term.py
#	erpnext/accounts/doctype/payment_terms_template/payment_terms_template.json
#	erpnext/accounts/doctype/payment_terms_template/test_payment_terms_template.py
#	erpnext/accounts/doctype/payment_terms_template_detail/payment_terms_template_detail.json
#	erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.json
#	erpnext/accounts/doctype/period_closing_voucher/test_period_closing_voucher.py
#	erpnext/accounts/doctype/pos_closing_entry/pos_closing_entry.json
#	erpnext/accounts/doctype/pos_closing_entry/test_pos_closing_entry.py
#	erpnext/accounts/doctype/pos_closing_entry_detail/pos_closing_entry_detail.json
#	erpnext/accounts/doctype/pos_closing_entry_taxes/pos_closing_entry_taxes.json
#	erpnext/accounts/doctype/pos_customer_group/pos_customer_group.json
#	erpnext/accounts/doctype/pos_field/pos_field.json
#	erpnext/accounts/doctype/pos_invoice/pos_invoice.js
#	erpnext/accounts/doctype/pos_invoice/pos_invoice.json
#	erpnext/accounts/doctype/pos_invoice/pos_invoice.py
#	erpnext/accounts/doctype/pos_invoice/test_pos_invoice.py
#	erpnext/accounts/doctype/pos_invoice_item/pos_invoice_item.json
#	erpnext/accounts/doctype/pos_invoice_item/pos_invoice_item.py
#	erpnext/accounts/doctype/pos_invoice_merge_log/pos_invoice_merge_log.json
#	erpnext/accounts/doctype/pos_invoice_merge_log/pos_invoice_merge_log.py
#	erpnext/accounts/doctype/pos_invoice_merge_log/test_pos_invoice_merge_log.py
#	erpnext/accounts/doctype/pos_invoice_reference/pos_invoice_reference.json
#	erpnext/accounts/doctype/pos_item_group/pos_item_group.json
#	erpnext/accounts/doctype/pos_opening_entry/pos_opening_entry.json
#	erpnext/accounts/doctype/pos_opening_entry/test_pos_opening_entry.py
#	erpnext/accounts/doctype/pos_opening_entry_detail/pos_opening_entry_detail.json
#	erpnext/accounts/doctype/pos_payment_method/pos_payment_method.json
#	erpnext/accounts/doctype/pos_profile/pos_profile.json
#	erpnext/accounts/doctype/pos_profile/pos_profile.py
#	erpnext/accounts/doctype/pos_profile/test_pos_profile.py
#	erpnext/accounts/doctype/pos_profile_user/pos_profile_user.json
#	erpnext/accounts/doctype/pos_profile_user/test_pos_profile_user.py
#	erpnext/accounts/doctype/pos_search_fields/pos_search_fields.json
#	erpnext/accounts/doctype/pos_settings/pos_settings.json
#	erpnext/accounts/doctype/pos_settings/test_pos_settings.py
#	erpnext/accounts/doctype/pricing_rule/pricing_rule.json
#	erpnext/accounts/doctype/pricing_rule/pricing_rule.py
#	erpnext/accounts/doctype/pricing_rule/test_pricing_rule.py
#	erpnext/accounts/doctype/pricing_rule/utils.py
#	erpnext/accounts/doctype/pricing_rule_brand/pricing_rule_brand.json
#	erpnext/accounts/doctype/pricing_rule_detail/pricing_rule_detail.json
#	erpnext/accounts/doctype/pricing_rule_item_code/pricing_rule_item_code.json
#	erpnext/accounts/doctype/pricing_rule_item_group/pricing_rule_item_group.json
#	erpnext/accounts/doctype/process_deferred_accounting/process_deferred_accounting.json
#	erpnext/accounts/doctype/process_deferred_accounting/test_process_deferred_accounting.py
#	erpnext/accounts/doctype/process_payment_reconciliation/process_payment_reconciliation.json
#	erpnext/accounts/doctype/process_payment_reconciliation/process_payment_reconciliation.py
#	erpnext/accounts/doctype/process_payment_reconciliation/test_process_payment_reconciliation.py
#	erpnext/accounts/doctype/process_payment_reconciliation_log/process_payment_reconciliation_log.json
#	erpnext/accounts/doctype/process_payment_reconciliation_log/test_process_payment_reconciliation_log.py
#	erpnext/accounts/doctype/process_payment_reconciliation_log_allocations/process_payment_reconciliation_log_allocations.json
#	erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.html
#	erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.json
#	erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts_accounts_receivable.html
#	erpnext/accounts/doctype/process_statement_of_accounts/test_process_statement_of_accounts.py
#	erpnext/accounts/doctype/process_statement_of_accounts_customer/process_statement_of_accounts_customer.json
#	erpnext/accounts/doctype/process_subscription/process_subscription.json
#	erpnext/accounts/doctype/process_subscription/test_process_subscription.py
#	erpnext/accounts/doctype/promotional_scheme/promotional_scheme.json
#	erpnext/accounts/doctype/promotional_scheme/test_promotional_scheme.py
#	erpnext/accounts/doctype/promotional_scheme_price_discount/promotional_scheme_price_discount.json
#	erpnext/accounts/doctype/promotional_scheme_product_discount/promotional_scheme_product_discount.json
#	erpnext/accounts/doctype/psoa_cost_center/psoa_cost_center.json
#	erpnext/accounts/doctype/psoa_project/psoa_project.json
#	erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js
#	erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
#	erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
#	erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
#	erpnext/accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.json
#	erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json
#	erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.py
#	erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.json
#	erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.py
#	erpnext/accounts/doctype/purchase_taxes_and_charges_template/purchase_taxes_and_charges_template.json
#	erpnext/accounts/doctype/purchase_taxes_and_charges_template/test_purchase_taxes_and_charges_template.py
#	erpnext/accounts/doctype/repost_accounting_ledger/repost_accounting_ledger.json
#	erpnext/accounts/doctype/repost_accounting_ledger/test_repost_accounting_ledger.py
#	erpnext/accounts/doctype/repost_accounting_ledger_items/repost_accounting_ledger_items.json
#	erpnext/accounts/doctype/repost_accounting_ledger_settings/repost_accounting_ledger_settings.json
#	erpnext/accounts/doctype/repost_accounting_ledger_settings/test_repost_accounting_ledger_settings.py
#	erpnext/accounts/doctype/repost_allowed_types/repost_allowed_types.json
#	erpnext/accounts/doctype/repost_payment_ledger/repost_payment_ledger.json
#	erpnext/accounts/doctype/repost_payment_ledger/test_repost_payment_ledger.py
#	erpnext/accounts/doctype/repost_payment_ledger_items/repost_payment_ledger_items.json
#	erpnext/accounts/doctype/sales_invoice/sales_invoice.js
#	erpnext/accounts/doctype/sales_invoice/sales_invoice.json
#	erpnext/accounts/doctype/sales_invoice/sales_invoice.py
#	erpnext/accounts/doctype/sales_invoice/sales_invoice_list.js
#	erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
#	erpnext/accounts/doctype/sales_invoice_advance/sales_invoice_advance.json
#	erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
#	erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.py
#	erpnext/accounts/doctype/sales_invoice_payment/sales_invoice_payment.json
#	erpnext/accounts/doctype/sales_invoice_timesheet/sales_invoice_timesheet.json
#	erpnext/accounts/doctype/sales_partner_item/sales_partner_item.json
#	erpnext/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.json
#	erpnext/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.py
#	erpnext/accounts/doctype/sales_taxes_and_charges_template/sales_taxes_and_charges_template.json
#	erpnext/accounts/doctype/sales_taxes_and_charges_template/sales_taxes_and_charges_template.py
#	erpnext/accounts/doctype/sales_taxes_and_charges_template/test_sales_taxes_and_charges_template.py
#	erpnext/accounts/doctype/share_balance/share_balance.json
#	erpnext/accounts/doctype/share_transfer/share_transfer.json
#	erpnext/accounts/doctype/share_transfer/test_share_transfer.py
#	erpnext/accounts/doctype/share_type/share_type.json
#	erpnext/accounts/doctype/share_type/test_share_type.py
#	erpnext/accounts/doctype/shareholder/shareholder.json
#	erpnext/accounts/doctype/shareholder/test_shareholder.py
#	erpnext/accounts/doctype/shipping_rule/shipping_rule.json
#	erpnext/accounts/doctype/shipping_rule/shipping_rule.py
#	erpnext/accounts/doctype/shipping_rule/test_shipping_rule.py
#	erpnext/accounts/doctype/shipping_rule_condition/shipping_rule_condition.json
#	erpnext/accounts/doctype/shipping_rule_country/shipping_rule_country.json
#	erpnext/accounts/doctype/south_africa_vat_account/south_africa_vat_account.json
#	erpnext/accounts/doctype/subscription/subscription.json
#	erpnext/accounts/doctype/subscription/subscription.py
#	erpnext/accounts/doctype/subscription/subscription_list.js
#	erpnext/accounts/doctype/subscription/test_subscription.py
#	erpnext/accounts/doctype/subscription_invoice/subscription_invoice.json
#	erpnext/accounts/doctype/subscription_invoice/test_subscription_invoice.py
#	erpnext/accounts/doctype/subscription_plan/subscription_plan.json
#	erpnext/accounts/doctype/subscription_plan/test_subscription_plan.py
#	erpnext/accounts/doctype/subscription_plan_detail/subscription_plan_detail.json
#	erpnext/accounts/doctype/subscription_settings/subscription_settings.json
#	erpnext/accounts/doctype/subscription_settings/test_subscription_settings.py
#	erpnext/accounts/doctype/supplier_group_item/supplier_group_item.json
#	erpnext/accounts/doctype/supplier_item/supplier_item.json
#	erpnext/accounts/doctype/tax_category/tax_category.json
#	erpnext/accounts/doctype/tax_category/test_tax_category.py
#	erpnext/accounts/doctype/tax_rule/tax_rule.json
#	erpnext/accounts/doctype/tax_rule/tax_rule.py
#	erpnext/accounts/doctype/tax_rule/test_tax_rule.py
#	erpnext/accounts/doctype/tax_withheld_vouchers/tax_withheld_vouchers.json
#	erpnext/accounts/doctype/tax_withholding_account/tax_withholding_account.json
#	erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.json
#	erpnext/accounts/doctype/tax_withholding_category/test_tax_withholding_category.py
#	erpnext/accounts/doctype/tax_withholding_rate/tax_withholding_rate.json
#	erpnext/accounts/doctype/territory_item/territory_item.json
#	erpnext/accounts/doctype/transaction_deletion_record_details/transaction_deletion_record_details.json
#	erpnext/accounts/doctype/unreconcile_payment/test_unreconcile_payment.py
#	erpnext/accounts/doctype/unreconcile_payment/unreconcile_payment.json
#	erpnext/accounts/doctype/unreconcile_payment/unreconcile_payment.py
#	erpnext/accounts/doctype/unreconcile_payment_entries/unreconcile_payment_entries.json
#	erpnext/accounts/general_ledger.py
#	erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.json
#	erpnext/accounts/party.py
#	erpnext/accounts/print_format/dunning_letter/dunning_letter.json
#	erpnext/accounts/print_format/sales_invoice_return/sales_invoice_return.html
#	erpnext/accounts/report/account_balance/account_balance.js
#	erpnext/accounts/report/account_balance/account_balance.py
#	erpnext/accounts/report/account_balance/test_account_balance.py
#	erpnext/accounts/report/accounts_payable/accounts_payable.js
#	erpnext/accounts/report/accounts_payable/test_accounts_payable.py
#	erpnext/accounts/report/accounts_receivable/accounts_receivable.js
#	erpnext/accounts/report/accounts_receivable/accounts_receivable.py
#	erpnext/accounts/report/accounts_receivable/test_accounts_receivable.py
#	erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.py
#	erpnext/accounts/report/accounts_receivable_summary/test_accounts_receivable_summary.py
#	erpnext/accounts/report/balance_sheet/test_balance_sheet.py
#	erpnext/accounts/report/bank_reconciliation_statement/test_bank_reconciliation_statement.py
#	erpnext/accounts/report/cash_flow/cash_flow.py
#	erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py
#	erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.py
#	erpnext/accounts/report/deferred_revenue_and_expense/deferred_revenue_and_expense.py
#	erpnext/accounts/report/deferred_revenue_and_expense/test_deferred_revenue_and_expense.py
#	erpnext/accounts/report/general_and_payment_ledger_comparison/test_general_and_payment_ledger_comparison.py
#	erpnext/accounts/report/general_ledger/general_ledger.html
#	erpnext/accounts/report/general_ledger/general_ledger.py
#	erpnext/accounts/report/general_ledger/test_general_ledger.py
#	erpnext/accounts/report/gross_and_net_profit_report/gross_and_net_profit_report.py
#	erpnext/accounts/report/gross_profit/test_gross_profit.py
#	erpnext/accounts/report/item_wise_purchase_register/test_item_wise_purchase_register.py
#	erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.js
#	erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py
#	erpnext/accounts/report/item_wise_sales_register/test_item_wise_sales_register.py
#	erpnext/accounts/report/payment_ledger/test_payment_ledger.py
#	erpnext/accounts/report/profit_and_loss_statement/test_profit_and_loss_statement.py
#	erpnext/accounts/report/purchase_register/test_purchase_register.py
#	erpnext/accounts/report/sales_payment_summary/test_sales_payment_summary.py
#	erpnext/accounts/report/sales_register/test_sales_register.py
#	erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py
#	erpnext/accounts/report/tax_withholding_details/test_tax_withholding_details.py
#	erpnext/accounts/report/trial_balance/test_trial_balance.py
#	erpnext/accounts/test/accounts_mixin.py
#	erpnext/accounts/test/test_reports.py
#	erpnext/accounts/test/test_utils.py
#	erpnext/accounts/test_party.py
#	erpnext/accounts/utils.py
#	erpnext/assets/doctype/asset/asset.js
#	erpnext/assets/doctype/asset/asset.json
#	erpnext/assets/doctype/asset/asset.py
#	erpnext/assets/doctype/asset/depreciation.py
#	erpnext/assets/doctype/asset/test_asset.py
#	erpnext/assets/doctype/asset_activity/asset_activity.json
#	erpnext/assets/doctype/asset_activity/test_asset_activity.py
#	erpnext/assets/doctype/asset_capitalization/asset_capitalization.js
#	erpnext/assets/doctype/asset_capitalization/asset_capitalization.json
#	erpnext/assets/doctype/asset_capitalization/asset_capitalization.py
#	erpnext/assets/doctype/asset_capitalization/test_asset_capitalization.py
#	erpnext/assets/doctype/asset_capitalization_asset_item/asset_capitalization_asset_item.json
#	erpnext/assets/doctype/asset_capitalization_service_item/asset_capitalization_service_item.json
#	erpnext/assets/doctype/asset_capitalization_stock_item/asset_capitalization_stock_item.json
#	erpnext/assets/doctype/asset_category/asset_category.json
#	erpnext/assets/doctype/asset_category/test_asset_category.py
#	erpnext/assets/doctype/asset_category_account/asset_category_account.json
#	erpnext/assets/doctype/asset_depreciation_schedule/asset_depreciation_schedule.json
#	erpnext/assets/doctype/asset_depreciation_schedule/test_asset_depreciation_schedule.py
#	erpnext/assets/doctype/asset_finance_book/asset_finance_book.json
#	erpnext/assets/doctype/asset_maintenance/asset_maintenance.json
#	erpnext/assets/doctype/asset_maintenance/asset_maintenance.py
#	erpnext/assets/doctype/asset_maintenance/test_asset_maintenance.py
#	erpnext/assets/doctype/asset_maintenance_log/asset_maintenance_log.json
#	erpnext/assets/doctype/asset_maintenance_log/test_asset_maintenance_log.py
#	erpnext/assets/doctype/asset_maintenance_task/asset_maintenance_task.json
#	erpnext/assets/doctype/asset_maintenance_team/asset_maintenance_team.json
#	erpnext/assets/doctype/asset_maintenance_team/test_asset_maintenance_team.py
#	erpnext/assets/doctype/asset_movement/asset_movement.json
#	erpnext/assets/doctype/asset_movement/asset_movement.py
#	erpnext/assets/doctype/asset_movement/test_asset_movement.py
#	erpnext/assets/doctype/asset_movement_item/asset_movement_item.json
#	erpnext/assets/doctype/asset_repair/asset_repair.js
#	erpnext/assets/doctype/asset_repair/asset_repair.json
#	erpnext/assets/doctype/asset_repair/asset_repair.py
#	erpnext/assets/doctype/asset_repair/test_asset_repair.py
#	erpnext/assets/doctype/asset_repair_consumed_item/asset_repair_consumed_item.json
#	erpnext/assets/doctype/asset_shift_allocation/asset_shift_allocation.json
#	erpnext/assets/doctype/asset_shift_allocation/test_asset_shift_allocation.py
#	erpnext/assets/doctype/asset_shift_factor/asset_shift_factor.json
#	erpnext/assets/doctype/asset_shift_factor/test_asset_shift_factor.py
#	erpnext/assets/doctype/asset_value_adjustment/asset_value_adjustment.js
#	erpnext/assets/doctype/asset_value_adjustment/asset_value_adjustment.json
#	erpnext/assets/doctype/asset_value_adjustment/asset_value_adjustment.py
#	erpnext/assets/doctype/asset_value_adjustment/test_asset_value_adjustment.py
#	erpnext/assets/doctype/depreciation_schedule/depreciation_schedule.json
#	erpnext/assets/doctype/linked_location/linked_location.json
#	erpnext/assets/doctype/location/location.json
#	erpnext/assets/doctype/location/test_location.py
#	erpnext/assets/doctype/maintenance_team_member/maintenance_team_member.json
#	erpnext/assets/doctype/maintenance_team_member/test_maintenance_team_member.py
#	erpnext/assets/report/fixed_asset_register/fixed_asset_register.py
#	erpnext/bulk_transaction/doctype/bulk_transaction_log/bulk_transaction_log.json
#	erpnext/bulk_transaction/doctype/bulk_transaction_log/test_bulk_transaction_log.py
#	erpnext/bulk_transaction/doctype/bulk_transaction_log_detail/bulk_transaction_log_detail.json
#	erpnext/bulk_transaction/doctype/bulk_transaction_log_detail/test_bulk_transaction_log_detail.py
#	erpnext/buying/doctype/buying_settings/buying_settings.json
#	erpnext/buying/doctype/buying_settings/test_buying_settings.py
#	erpnext/buying/doctype/purchase_order/purchase_order.js
#	erpnext/buying/doctype/purchase_order/purchase_order.json
#	erpnext/buying/doctype/purchase_order/purchase_order.py
#	erpnext/buying/doctype/purchase_order/purchase_order_list.js
#	erpnext/buying/doctype/purchase_order/test_purchase_order.py
#	erpnext/buying/doctype/purchase_order_item/purchase_order_item.json
#	erpnext/buying/doctype/purchase_order_item/purchase_order_item.py
#	erpnext/buying/doctype/purchase_order_item_supplied/purchase_order_item_supplied.json
#	erpnext/buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.json
#	erpnext/buying/doctype/request_for_quotation/request_for_quotation.js
#	erpnext/buying/doctype/request_for_quotation/request_for_quotation.json
#	erpnext/buying/doctype/request_for_quotation/request_for_quotation.py
#	erpnext/buying/doctype/request_for_quotation/test_request_for_quotation.py
#	erpnext/buying/doctype/request_for_quotation_item/request_for_quotation_item.json
#	erpnext/buying/doctype/request_for_quotation_supplier/request_for_quotation_supplier.json
#	erpnext/buying/doctype/supplier/supplier.json
#	erpnext/buying/doctype/supplier/supplier_dashboard.py
#	erpnext/buying/doctype/supplier/test_supplier.py
#	erpnext/buying/doctype/supplier_quotation/supplier_quotation.js
#	erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
#	erpnext/buying/doctype/supplier_quotation/supplier_quotation.py
#	erpnext/buying/doctype/supplier_quotation/test_supplier_quotation.py
#	erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.json
#	erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.py
#	erpnext/buying/doctype/supplier_scorecard/supplier_scorecard.json
#	erpnext/buying/doctype/supplier_scorecard/supplier_scorecard.py
#	erpnext/buying/doctype/supplier_scorecard/test_supplier_scorecard.py
#	erpnext/buying/doctype/supplier_scorecard_criteria/supplier_scorecard_criteria.json
#	erpnext/buying/doctype/supplier_scorecard_criteria/test_supplier_scorecard_criteria.py
#	erpnext/buying/doctype/supplier_scorecard_period/supplier_scorecard_period.json
#	erpnext/buying/doctype/supplier_scorecard_period/test_supplier_scorecard_period.py
#	erpnext/buying/doctype/supplier_scorecard_scoring_criteria/supplier_scorecard_scoring_criteria.json
#	erpnext/buying/doctype/supplier_scorecard_scoring_standing/supplier_scorecard_scoring_standing.json
#	erpnext/buying/doctype/supplier_scorecard_scoring_variable/supplier_scorecard_scoring_variable.json
#	erpnext/buying/doctype/supplier_scorecard_standing/supplier_scorecard_standing.json
#	erpnext/buying/doctype/supplier_scorecard_standing/test_supplier_scorecard_standing.py
#	erpnext/buying/doctype/supplier_scorecard_variable/supplier_scorecard_variable.json
#	erpnext/buying/doctype/supplier_scorecard_variable/supplier_scorecard_variable.py
#	erpnext/buying/doctype/supplier_scorecard_variable/test_supplier_scorecard_variable.py
#	erpnext/buying/report/procurement_tracker/test_procurement_tracker.py
#	erpnext/buying/report/purchase_order_analysis/purchase_order_analysis.js
#	erpnext/buying/report/purchase_order_analysis/purchase_order_analysis.py
#	erpnext/buying/report/requested_items_to_order_and_receive/test_requested_items_to_order_and_receive.py
#	erpnext/buying/report/subcontracted_item_to_be_received/test_subcontracted_item_to_be_received.py
#	erpnext/buying/report/subcontracted_raw_materials_to_be_transferred/test_subcontracted_raw_materials_to_be_transferred.py
#	erpnext/buying/utils.py
#	erpnext/communication/doctype/communication_medium/communication_medium.json
#	erpnext/communication/doctype/communication_medium_timeslot/communication_medium_timeslot.json
#	erpnext/controllers/accounts_controller.py
#	erpnext/controllers/buying_controller.py
#	erpnext/controllers/queries.py
#	erpnext/controllers/sales_and_purchase_return.py
#	erpnext/controllers/selling_controller.py
#	erpnext/controllers/status_updater.py
#	erpnext/controllers/stock_controller.py
#	erpnext/controllers/subcontracting_controller.py
#	erpnext/controllers/taxes_and_totals.py
#	erpnext/controllers/tests/test_accounts_controller.py
#	erpnext/controllers/tests/test_item_variant.py
#	erpnext/controllers/tests/test_mapper.py
#	erpnext/controllers/tests/test_qty_based_taxes.py
#	erpnext/controllers/tests/test_queries.py
#	erpnext/controllers/tests/test_subcontracting_controller.py
#	erpnext/controllers/tests/test_transaction_base.py
#	erpnext/controllers/website_list_for_contact.py
#	erpnext/crm/dashboard_chart/lead_source/lead_source.json
#	erpnext/crm/dashboard_chart/opportunities_via_campaigns/opportunities_via_campaigns.json
#	erpnext/crm/doctype/appointment/appointment.json
#	erpnext/crm/doctype/appointment/appointment.py
#	erpnext/crm/doctype/appointment/test_appointment.py
#	erpnext/crm/doctype/appointment_booking_settings/appointment_booking_settings.json
#	erpnext/crm/doctype/appointment_booking_settings/test_appointment_booking_settings.py
#	erpnext/crm/doctype/appointment_booking_slots/appointment_booking_slots.json
#	erpnext/crm/doctype/availability_of_slots/availability_of_slots.json
#	erpnext/crm/doctype/campaign/campaign.js
#	erpnext/crm/doctype/campaign/campaign.json
#	erpnext/crm/doctype/campaign/campaign.py
#	erpnext/crm/doctype/campaign/test_campaign.py
#	erpnext/crm/doctype/campaign_email_schedule/campaign_email_schedule.json
#	erpnext/crm/doctype/competitor/competitor.json
#	erpnext/crm/doctype/competitor/test_competitor.py
#	erpnext/crm/doctype/competitor_detail/competitor_detail.json
#	erpnext/crm/doctype/contract/contract.json
#	erpnext/crm/doctype/contract/test_contract.py
#	erpnext/crm/doctype/contract_fulfilment_checklist/contract_fulfilment_checklist.json
#	erpnext/crm/doctype/contract_fulfilment_checklist/test_contract_fulfilment_checklist.py
#	erpnext/crm/doctype/contract_template/contract_template.json
#	erpnext/crm/doctype/contract_template/test_contract_template.py
#	erpnext/crm/doctype/contract_template_fulfilment_terms/contract_template_fulfilment_terms.json
#	erpnext/crm/doctype/crm_note/crm_note.json
#	erpnext/crm/doctype/crm_settings/crm_settings.json
#	erpnext/crm/doctype/crm_settings/test_crm_settings.py
#	erpnext/crm/doctype/email_campaign/email_campaign.json
#	erpnext/crm/doctype/email_campaign/email_campaign.py
#	erpnext/crm/doctype/email_campaign/test_email_campaign.py
#	erpnext/crm/doctype/lead/lead.json
#	erpnext/crm/doctype/lead/lead.py
#	erpnext/crm/doctype/lead/test_lead.py
#	erpnext/crm/doctype/lost_reason_detail/lost_reason_detail.json
#	erpnext/crm/doctype/market_segment/market_segment.json
#	erpnext/crm/doctype/market_segment/test_market_segment.py
#	erpnext/crm/doctype/opportunity/opportunity.js
#	erpnext/crm/doctype/opportunity/opportunity.json
#	erpnext/crm/doctype/opportunity/opportunity.py
#	erpnext/crm/doctype/opportunity/test_opportunity.py
#	erpnext/crm/doctype/opportunity_item/opportunity_item.json
#	erpnext/crm/doctype/opportunity_lost_reason/opportunity_lost_reason.json
#	erpnext/crm/doctype/opportunity_lost_reason_detail/opportunity_lost_reason_detail.json
#	erpnext/crm/doctype/opportunity_type/opportunity_type.json
#	erpnext/crm/doctype/opportunity_type/test_opportunity_type.py
#	erpnext/crm/doctype/prospect/prospect.json
#	erpnext/crm/doctype/prospect/test_prospect.py
#	erpnext/crm/doctype/prospect_lead/prospect_lead.json
#	erpnext/crm/doctype/prospect_opportunity/prospect_opportunity.json
#	erpnext/crm/doctype/sales_stage/sales_stage.json
#	erpnext/crm/doctype/sales_stage/test_sales_stage.py
#	erpnext/crm/doctype/utils.py
#	erpnext/crm/report/campaign_efficiency/campaign_efficiency.py
#	erpnext/crm/report/opportunity_summary_by_sales_stage/opportunity_summary_by_sales_stage.js
#	erpnext/crm/report/opportunity_summary_by_sales_stage/opportunity_summary_by_sales_stage.py
#	erpnext/crm/report/opportunity_summary_by_sales_stage/test_opportunity_summary_by_sales_stage.py
#	erpnext/crm/report/sales_pipeline_analytics/sales_pipeline_analytics.js
#	erpnext/crm/report/sales_pipeline_analytics/sales_pipeline_analytics.py
#	erpnext/crm/report/sales_pipeline_analytics/test_sales_pipeline_analytics.py
#	erpnext/crm/workspace/crm/crm.json
#	erpnext/edi/doctype/code_list/code_list_import.py
#	erpnext/erpnext_integrations/doctype/plaid_settings/plaid_settings.json
#	erpnext/erpnext_integrations/doctype/plaid_settings/test_plaid_settings.py
#	erpnext/erpnext_integrations/doctype/quickbooks_migrator/quickbooks_migrator.json
#	erpnext/erpnext_integrations/doctype/quickbooks_migrator/test_quickbooks_migrator.py
#	erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.json
#	erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.py
#	erpnext/erpnext_integrations/doctype/tally_migration/test_tally_migration.py
#	erpnext/erpnext_integrations/utils.py
#	erpnext/hooks.py
#	erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.json
#	erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py
#	erpnext/maintenance/doctype/maintenance_schedule/test_maintenance_schedule.py
#	erpnext/maintenance/doctype/maintenance_schedule_detail/maintenance_schedule_detail.json
#	erpnext/maintenance/doctype/maintenance_schedule_item/maintenance_schedule_item.json
#	erpnext/maintenance/doctype/maintenance_visit/maintenance_visit.json
#	erpnext/maintenance/doctype/maintenance_visit/maintenance_visit.py
#	erpnext/maintenance/doctype/maintenance_visit/test_maintenance_visit.py
#	erpnext/maintenance/doctype/maintenance_visit_purpose/maintenance_visit_purpose.json
#	erpnext/manufacturing/doctype/blanket_order/blanket_order.json
#	erpnext/manufacturing/doctype/blanket_order/blanket_order.py
#	erpnext/manufacturing/doctype/blanket_order/test_blanket_order.py
#	erpnext/manufacturing/doctype/blanket_order_item/blanket_order_item.json
#	erpnext/manufacturing/doctype/bom/bom.js
#	erpnext/manufacturing/doctype/bom/bom.json
#	erpnext/manufacturing/doctype/bom/bom.py
#	erpnext/manufacturing/doctype/bom/test_bom.py
#	erpnext/manufacturing/doctype/bom_creator/bom_creator.js
#	erpnext/manufacturing/doctype/bom_creator/bom_creator.json
#	erpnext/manufacturing/doctype/bom_creator/bom_creator.py
#	erpnext/manufacturing/doctype/bom_creator/test_bom_creator.py
#	erpnext/manufacturing/doctype/bom_creator_item/bom_creator_item.json
#	erpnext/manufacturing/doctype/bom_creator_item/bom_creator_item.py
#	erpnext/manufacturing/doctype/bom_explosion_item/bom_explosion_item.json
#	erpnext/manufacturing/doctype/bom_item/bom_item.json
#	erpnext/manufacturing/doctype/bom_item/bom_item.py
#	erpnext/manufacturing/doctype/bom_operation/bom_operation.json
#	erpnext/manufacturing/doctype/bom_operation/bom_operation.py
#	erpnext/manufacturing/doctype/bom_scrap_item/bom_scrap_item.json
#	erpnext/manufacturing/doctype/bom_update_batch/bom_update_batch.json
#	erpnext/manufacturing/doctype/bom_update_log/bom_update_log.json
#	erpnext/manufacturing/doctype/bom_update_log/bom_update_log.py
#	erpnext/manufacturing/doctype/bom_update_log/test_bom_update_log.py
#	erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.json
#	erpnext/manufacturing/doctype/bom_update_tool/test_bom_update_tool.py
#	erpnext/manufacturing/doctype/bom_website_item/bom_website_item.json
#	erpnext/manufacturing/doctype/bom_website_operation/bom_website_operation.json
#	erpnext/manufacturing/doctype/downtime_entry/downtime_entry.json
#	erpnext/manufacturing/doctype/downtime_entry/test_downtime_entry.py
#	erpnext/manufacturing/doctype/job_card/job_card.js
#	erpnext/manufacturing/doctype/job_card/job_card.json
#	erpnext/manufacturing/doctype/job_card/job_card.py
#	erpnext/manufacturing/doctype/job_card/job_card_dashboard.py
#	erpnext/manufacturing/doctype/job_card/test_job_card.py
#	erpnext/manufacturing/doctype/job_card_item/job_card_item.json
#	erpnext/manufacturing/doctype/job_card_operation/job_card_operation.json
#	erpnext/manufacturing/doctype/job_card_scheduled_time/job_card_scheduled_time.json
#	erpnext/manufacturing/doctype/job_card_scrap_item/job_card_scrap_item.json
#	erpnext/manufacturing/doctype/job_card_time_log/job_card_time_log.json
#	erpnext/manufacturing/doctype/manufacturing_settings/manufacturing_settings.json
#	erpnext/manufacturing/doctype/manufacturing_settings/test_manufacturing_settings.py
#	erpnext/manufacturing/doctype/material_request_plan_item/material_request_plan_item.json
#	erpnext/manufacturing/doctype/material_request_plan_item/test_material_request_plan_item.py
#	erpnext/manufacturing/doctype/operation/operation.json
#	erpnext/manufacturing/doctype/operation/test_operation.py
#	erpnext/manufacturing/doctype/plant_floor/plant_floor.js
#	erpnext/manufacturing/doctype/plant_floor/plant_floor.json
#	erpnext/manufacturing/doctype/plant_floor/test_plant_floor.py
#	erpnext/manufacturing/doctype/production_plan/production_plan.json
#	erpnext/manufacturing/doctype/production_plan/test_production_plan.py
#	erpnext/manufacturing/doctype/production_plan_item/production_plan_item.json
#	erpnext/manufacturing/doctype/production_plan_item_reference/production_plan_item_reference.json
#	erpnext/manufacturing/doctype/production_plan_material_request/production_plan_material_request.json
#	erpnext/manufacturing/doctype/production_plan_material_request_warehouse/production_plan_material_request_warehouse.json
#	erpnext/manufacturing/doctype/production_plan_material_request_warehouse/test_production_plan_material_request_warehouse.py
#	erpnext/manufacturing/doctype/production_plan_sales_order/production_plan_sales_order.json
#	erpnext/manufacturing/doctype/production_plan_sub_assembly_item/production_plan_sub_assembly_item.json
#	erpnext/manufacturing/doctype/routing/routing.json
#	erpnext/manufacturing/doctype/routing/routing.py
#	erpnext/manufacturing/doctype/routing/test_routing.py
#	erpnext/manufacturing/doctype/sub_operation/sub_operation.json
#	erpnext/manufacturing/doctype/sub_operation/test_sub_operation.py
#	erpnext/manufacturing/doctype/work_order/test_work_order.py
#	erpnext/manufacturing/doctype/work_order/work_order.js
#	erpnext/manufacturing/doctype/work_order/work_order.json
#	erpnext/manufacturing/doctype/work_order/work_order.py
#	erpnext/manufacturing/doctype/work_order_item/work_order_item.json
#	erpnext/manufacturing/doctype/work_order_operation/work_order_operation.json
#	erpnext/manufacturing/doctype/work_order_operation/work_order_operation.py
#	erpnext/manufacturing/doctype/workstation/test_workstation.py
#	erpnext/manufacturing/doctype/workstation/workstation.js
#	erpnext/manufacturing/doctype/workstation/workstation.json
#	erpnext/manufacturing/doctype/workstation/workstation.py
#	erpnext/manufacturing/doctype/workstation/workstation_job_card.html
#	erpnext/manufacturing/doctype/workstation_type/test_workstation_type.py
#	erpnext/manufacturing/doctype/workstation_type/workstation_type.json
#	erpnext/manufacturing/doctype/workstation_working_hour/workstation_working_hour.json
#	erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.json
#	erpnext/manufacturing/report/bom_stock_calculated/test_bom_stock_calculated.py
#	erpnext/manufacturing/report/bom_stock_report/test_bom_stock_report.py
#	erpnext/manufacturing/report/production_analytics/production_analytics.py
#	erpnext/manufacturing/report/quality_inspection_summary/quality_inspection_summary.py
#	erpnext/manufacturing/report/test_reports.py
#	erpnext/patches.txt
#	erpnext/patches/v11_0/create_department_records_for_each_company.py
#	erpnext/patches/v11_0/make_location_from_warehouse.py
#	erpnext/patches/v11_0/rebuild_tree_for_company.py
#	erpnext/patches/v11_0/rename_supplier_type_to_supplier_group.py
#	erpnext/patches/v11_0/update_department_lft_rgt.py
#	erpnext/patches/v13_0/modify_invalid_gain_loss_gl_entries.py
#	erpnext/patches/v14_0/migrate_crm_settings.py
#	erpnext/patches/v14_0/migrate_gl_to_payment_ledger.py
#	erpnext/patches/v15_0/create_advance_payment_ledger_records.py
#	erpnext/patches/v15_0/create_asset_depreciation_schedules_from_assets.py
#	erpnext/patches/v15_0/update_gpa_and_ndb_for_assdeprsch.py
#	erpnext/portal/doctype/website_attribute/website_attribute.json
#	erpnext/portal/doctype/website_filter_field/website_filter_field.json
#	erpnext/portal/utils.py
#	erpnext/projects/doctype/activity_cost/activity_cost.json
#	erpnext/projects/doctype/activity_cost/test_activity_cost.py
#	erpnext/projects/doctype/activity_type/activity_type.json
#	erpnext/projects/doctype/activity_type/test_activity_type.py
#	erpnext/projects/doctype/dependent_task/dependent_task.json
#	erpnext/projects/doctype/project/project.json
#	erpnext/projects/doctype/project/project.py
#	erpnext/projects/doctype/project/test_project.py
#	erpnext/projects/doctype/project_template/project_template.json
#	erpnext/projects/doctype/project_template/test_project_template.py
#	erpnext/projects/doctype/project_template_task/project_template_task.json
#	erpnext/projects/doctype/project_type/project_type.json
#	erpnext/projects/doctype/project_type/test_project_type.py
#	erpnext/projects/doctype/project_update/project_update.json
#	erpnext/projects/doctype/project_update/test_project_update.py
#	erpnext/projects/doctype/project_user/project_user.json
#	erpnext/projects/doctype/projects_settings/projects_settings.json
#	erpnext/projects/doctype/projects_settings/test_projects_settings.py
#	erpnext/projects/doctype/task/task.js
#	erpnext/projects/doctype/task/task.json
#	erpnext/projects/doctype/task/task.py
#	erpnext/projects/doctype/task/test_task.py
#	erpnext/projects/doctype/task_depends_on/task_depends_on.json
#	erpnext/projects/doctype/task_type/task_type.json
#	erpnext/projects/doctype/task_type/test_task_type.py
#	erpnext/projects/doctype/timesheet/test_timesheet.py
#	erpnext/projects/doctype/timesheet/timesheet.js
#	erpnext/projects/doctype/timesheet/timesheet.json
#	erpnext/projects/doctype/timesheet/timesheet.py
#	erpnext/projects/doctype/timesheet_detail/timesheet_detail.json
#	erpnext/projects/doctype/timesheet_detail/timesheet_detail.py
#	erpnext/projects/report/delayed_tasks_summary/delayed_tasks_summary.py
#	erpnext/projects/report/delayed_tasks_summary/test_delayed_tasks_summary.py
#	erpnext/projects/workspace/projects/projects.json
#	erpnext/public/images/erpnext-logo.svg
#	erpnext/public/js/bom_configurator/bom_configurator.bundle.js
#	erpnext/public/js/bulk_transaction_processing.js
#	erpnext/public/js/controllers/accounts.js
#	erpnext/public/js/controllers/taxes_and_totals.js
#	erpnext/public/js/controllers/transaction.js
#	erpnext/public/js/financial_statements.js
#	erpnext/public/js/plant_floor_visual/visual_plant.js
#	erpnext/public/js/projects/timer.js
#	erpnext/public/js/setup_wizard.js
#	erpnext/public/js/templates/visual_plant_floor_template.html
#	erpnext/public/js/utils.js
#	erpnext/public/js/utils/dimension_tree_filter.js
#	erpnext/public/scss/erpnext.scss
#	erpnext/quality_management/doctype/non_conformance/non_conformance.json
#	erpnext/quality_management/doctype/non_conformance/test_non_conformance.py
#	erpnext/quality_management/doctype/quality_action/quality_action.json
#	erpnext/quality_management/doctype/quality_action/test_quality_action.py
#	erpnext/quality_management/doctype/quality_action_resolution/quality_action_resolution.json
#	erpnext/quality_management/doctype/quality_feedback/quality_feedback.json
#	erpnext/quality_management/doctype/quality_feedback/test_quality_feedback.py
#	erpnext/quality_management/doctype/quality_feedback_parameter/quality_feedback_parameter.json
#	erpnext/quality_management/doctype/quality_feedback_template/quality_feedback_template.json
#	erpnext/quality_management/doctype/quality_feedback_template/test_quality_feedback_template.py
#	erpnext/quality_management/doctype/quality_feedback_template_parameter/quality_feedback_template_parameter.json
#	erpnext/quality_management/doctype/quality_goal/quality_goal.json
#	erpnext/quality_management/doctype/quality_goal/test_quality_goal.py
#	erpnext/quality_management/doctype/quality_goal_objective/quality_goal_objective.json
#	erpnext/quality_management/doctype/quality_meeting/quality_meeting.json
#	erpnext/quality_management/doctype/quality_meeting/test_quality_meeting.py
#	erpnext/quality_management/doctype/quality_meeting_agenda/quality_meeting_agenda.json
#	erpnext/quality_management/doctype/quality_meeting_agenda/test_quality_meeting_agenda.py
#	erpnext/quality_management/doctype/quality_meeting_minutes/quality_meeting_minutes.json
#	erpnext/quality_management/doctype/quality_procedure/quality_procedure.json
#	erpnext/quality_management/doctype/quality_procedure/test_quality_procedure.py
#	erpnext/quality_management/doctype/quality_procedure_process/quality_procedure_process.json
#	erpnext/quality_management/doctype/quality_review/quality_review.json
#	erpnext/quality_management/doctype/quality_review/test_quality_review.py
#	erpnext/quality_management/doctype/quality_review_objective/quality_review_objective.json
#	erpnext/regional/doctype/import_supplier_invoice/import_supplier_invoice.json
#	erpnext/regional/doctype/import_supplier_invoice/import_supplier_invoice.py
#	erpnext/regional/doctype/import_supplier_invoice/test_import_supplier_invoice.py
#	erpnext/regional/doctype/lower_deduction_certificate/lower_deduction_certificate.json
#	erpnext/regional/doctype/lower_deduction_certificate/lower_deduction_certificate.py
#	erpnext/regional/doctype/lower_deduction_certificate/test_lower_deduction_certificate.py
#	erpnext/regional/doctype/south_africa_vat_settings/south_africa_vat_settings.json
#	erpnext/regional/doctype/south_africa_vat_settings/test_south_africa_vat_settings.py
#	erpnext/regional/doctype/uae_vat_account/uae_vat_account.json
#	erpnext/regional/doctype/uae_vat_settings/test_uae_vat_settings.py
#	erpnext/regional/doctype/uae_vat_settings/uae_vat_settings.json
#	erpnext/regional/italy/utils.py
#	erpnext/regional/print_format/detailed_tax_invoice/detailed_tax_invoice.json
#	erpnext/regional/print_format/tax_invoice/tax_invoice.json
#	erpnext/regional/report/uae_vat_201/test_uae_vat_201.py
#	erpnext/regional/report/vat_audit_report/vat_audit_report.py
#	erpnext/regional/united_states/test_united_states.py
#	erpnext/selling/doctype/customer/customer.js
#	erpnext/selling/doctype/customer/customer.json
#	erpnext/selling/doctype/customer/customer.py
#	erpnext/selling/doctype/customer/customer_dashboard.py
#	erpnext/selling/doctype/customer/test_customer.py
#	erpnext/selling/doctype/customer_credit_limit/customer_credit_limit.json
#	erpnext/selling/doctype/industry_type/industry_type.json
#	erpnext/selling/doctype/industry_type/test_industry_type.py
#	erpnext/selling/doctype/installation_note/installation_note.json
#	erpnext/selling/doctype/installation_note/installation_note.py
#	erpnext/selling/doctype/installation_note/test_installation_note.py
#	erpnext/selling/doctype/installation_note_item/installation_note_item.json
#	erpnext/selling/doctype/party_specific_item/party_specific_item.json
#	erpnext/selling/doctype/party_specific_item/test_party_specific_item.py
#	erpnext/selling/doctype/product_bundle/product_bundle.js
#	erpnext/selling/doctype/product_bundle/product_bundle.json
#	erpnext/selling/doctype/product_bundle/test_product_bundle.py
#	erpnext/selling/doctype/product_bundle_item/product_bundle_item.json
#	erpnext/selling/doctype/quotation/quotation.json
#	erpnext/selling/doctype/quotation/quotation.py
#	erpnext/selling/doctype/quotation/test_quotation.py
#	erpnext/selling/doctype/quotation_item/quotation_item.json
#	erpnext/selling/doctype/quotation_item/quotation_item.py
#	erpnext/selling/doctype/sales_order/sales_order.js
#	erpnext/selling/doctype/sales_order/sales_order.json
#	erpnext/selling/doctype/sales_order/sales_order.py
#	erpnext/selling/doctype/sales_order/sales_order_list.js
#	erpnext/selling/doctype/sales_order/test_sales_order.py
#	erpnext/selling/doctype/sales_order_item/sales_order_item.json
#	erpnext/selling/doctype/sales_order_item/sales_order_item.py
#	erpnext/selling/doctype/sales_partner_type/sales_partner_type.json
#	erpnext/selling/doctype/sales_partner_type/test_sales_partner_type.py
#	erpnext/selling/doctype/sales_team/sales_team.json
#	erpnext/selling/doctype/selling_settings/selling_settings.json
#	erpnext/selling/doctype/selling_settings/selling_settings.py
#	erpnext/selling/doctype/selling_settings/test_selling_settings.py
#	erpnext/selling/doctype/sms_center/sms_center.json
#	erpnext/selling/page/point_of_sale/pos_controller.js
#	erpnext/selling/page/point_of_sale/pos_item_cart.js
#	erpnext/selling/page/point_of_sale/pos_past_order_summary.js
#	erpnext/selling/page/point_of_sale/pos_payment.js
#	erpnext/selling/page/sales_funnel/sales_funnel.js
#	erpnext/selling/page/sales_funnel/sales_funnel.py
#	erpnext/selling/report/address_and_contacts/address_and_contacts.py
#	erpnext/selling/report/customer_credit_balance/customer_credit_balance.py
#	erpnext/selling/report/payment_terms_status_for_sales_order/payment_terms_status_for_sales_order.py
#	erpnext/selling/report/payment_terms_status_for_sales_order/test_payment_terms_status_for_sales_order.py
#	erpnext/selling/report/pending_so_items_for_purchase_request/test_pending_so_items_for_purchase_request.py
#	erpnext/selling/report/sales_analytics/sales_analytics.js
#	erpnext/selling/report/sales_analytics/sales_analytics.py
#	erpnext/selling/report/sales_analytics/test_analytics.py
#	erpnext/selling/report/sales_order_analysis/sales_order_analysis.js
#	erpnext/selling/report/sales_order_analysis/sales_order_analysis.py
#	erpnext/selling/report/sales_order_analysis/test_sales_order_analysis.py
#	erpnext/selling/report/sales_partner_target_variance_based_on_item_group/test_sales_partner_target_variance_based_on_item_group.py
#	erpnext/selling/report/sales_person_target_variance_based_on_item_group/test_sales_person_target_variance_based_on_item_group.py
#	erpnext/selling/workspace/selling/selling.json
#	erpnext/setup/doctype/authorization_control/authorization_control.json
#	erpnext/setup/doctype/authorization_control/authorization_control.py
#	erpnext/setup/doctype/authorization_rule/authorization_rule.json
#	erpnext/setup/doctype/authorization_rule/test_authorization_rule.py
#	erpnext/setup/doctype/branch/branch.json
#	erpnext/setup/doctype/branch/test_branch.py
#	erpnext/setup/doctype/brand/brand.json
#	erpnext/setup/doctype/brand/test_brand.py
#	erpnext/setup/doctype/company/company.js
#	erpnext/setup/doctype/company/company.json
#	erpnext/setup/doctype/company/company.py
#	erpnext/setup/doctype/company/test_company.py
#	erpnext/setup/doctype/currency_exchange/test_currency_exchange.py
#	erpnext/setup/doctype/customer_group/customer_group.json
#	erpnext/setup/doctype/customer_group/customer_group.py
#	erpnext/setup/doctype/customer_group/test_customer_group.py
#	erpnext/setup/doctype/department/department.json
#	erpnext/setup/doctype/department/department.py
#	erpnext/setup/doctype/department/test_department.py
#	erpnext/setup/doctype/designation/designation.json
#	erpnext/setup/doctype/designation/test_designation.py
#	erpnext/setup/doctype/driver/driver.json
#	erpnext/setup/doctype/driver/driver.py
#	erpnext/setup/doctype/driver/test_driver.py
#	erpnext/setup/doctype/driving_license_category/driving_license_category.json
#	erpnext/setup/doctype/email_digest/email_digest.json
#	erpnext/setup/doctype/email_digest/email_digest.py
#	erpnext/setup/doctype/email_digest/test_email_digest.py
#	erpnext/setup/doctype/email_digest_recipient/email_digest_recipient.json
#	erpnext/setup/doctype/employee/employee.json
#	erpnext/setup/doctype/employee/employee.py
#	erpnext/setup/doctype/employee/test_employee.py
#	erpnext/setup/doctype/employee_education/employee_education.json
#	erpnext/setup/doctype/employee_external_work_history/employee_external_work_history.json
#	erpnext/setup/doctype/employee_group/employee_group.json
#	erpnext/setup/doctype/employee_group/test_employee_group.py
#	erpnext/setup/doctype/employee_group_table/employee_group_table.json
#	erpnext/setup/doctype/employee_internal_work_history/employee_internal_work_history.json
#	erpnext/setup/doctype/global_defaults/global_defaults.json
#	erpnext/setup/doctype/global_defaults/test_global_defaults.py
#	erpnext/setup/doctype/holiday/holiday.json
#	erpnext/setup/doctype/holiday_list/holiday_list.json
#	erpnext/setup/doctype/holiday_list/test_holiday_list.py
#	erpnext/setup/doctype/incoterm/test_incoterm.py
#	erpnext/setup/doctype/item_group/item_group.json
#	erpnext/setup/doctype/item_group/test_item_group.py
#	erpnext/setup/doctype/party_type/party_type.json
#	erpnext/setup/doctype/party_type/test_party_type.py
#	erpnext/setup/doctype/print_heading/print_heading.json
#	erpnext/setup/doctype/print_heading/test_print_heading.py
#	erpnext/setup/doctype/quotation_lost_reason/quotation_lost_reason.json
#	erpnext/setup/doctype/quotation_lost_reason/test_quotation_lost_reason.py
#	erpnext/setup/doctype/quotation_lost_reason_detail/quotation_lost_reason_detail.json
#	erpnext/setup/doctype/sales_partner/sales_partner.json
#	erpnext/setup/doctype/sales_partner/sales_partner.py
#	erpnext/setup/doctype/sales_partner/test_sales_partner.py
#	erpnext/setup/doctype/sales_person/sales_person.json
#	erpnext/setup/doctype/sales_person/test_sales_person.py
#	erpnext/setup/doctype/supplier_group/supplier_group.js
#	erpnext/setup/doctype/supplier_group/supplier_group.json
#	erpnext/setup/doctype/supplier_group/test_supplier_group.py
#	erpnext/setup/doctype/target_detail/target_detail.json
#	erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.json
#	erpnext/setup/doctype/terms_and_conditions/test_terms_and_conditions.py
#	erpnext/setup/doctype/territory/territory.json
#	erpnext/setup/doctype/territory/test_territory.py
#	erpnext/setup/doctype/transaction_deletion_record/test_transaction_deletion_record.py
#	erpnext/setup/doctype/transaction_deletion_record/transaction_deletion_record.json
#	erpnext/setup/doctype/transaction_deletion_record_item/transaction_deletion_record_item.json
#	erpnext/setup/doctype/uom/test_uom.py
#	erpnext/setup/doctype/uom/uom.json
#	erpnext/setup/doctype/uom/uom.py
#	erpnext/setup/doctype/uom_conversion_factor/test_uom_conversion_factor.py
#	erpnext/setup/doctype/uom_conversion_factor/uom_conversion_factor.json
#	erpnext/setup/doctype/vehicle/test_vehicle.py
#	erpnext/setup/doctype/vehicle/vehicle.json
#	erpnext/setup/doctype/website_item_group/website_item_group.json
#	erpnext/setup/install.py
#	erpnext/setup/setup_wizard/data/country_wise_tax.json
#	erpnext/setup/setup_wizard/data/uom_data.json
#	erpnext/setup/setup_wizard/operations/defaults_setup.py
#	erpnext/setup/setup_wizard/operations/install_fixtures.py
#	erpnext/setup/utils.py
#	erpnext/startup/boot.py
#	erpnext/startup/leaderboard.py
#	erpnext/stock/__init__.py
#	erpnext/stock/deprecated_serial_batch.py
#	erpnext/stock/doctype/batch/batch.json
#	erpnext/stock/doctype/batch/test_batch.py
#	erpnext/stock/doctype/bin/bin.json
#	erpnext/stock/doctype/bin/test_bin.py
#	erpnext/stock/doctype/closing_stock_balance/closing_stock_balance.json
#	erpnext/stock/doctype/closing_stock_balance/test_closing_stock_balance.py
#	erpnext/stock/doctype/customs_tariff_number/customs_tariff_number.json
#	erpnext/stock/doctype/customs_tariff_number/test_customs_tariff_number.py
#	erpnext/stock/doctype/delivery_note/delivery_note.json
#	erpnext/stock/doctype/delivery_note/delivery_note.py
#	erpnext/stock/doctype/delivery_note/delivery_note_list.js
#	erpnext/stock/doctype/delivery_note/test_delivery_note.py
#	erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
#	erpnext/stock/doctype/delivery_note_item/delivery_note_item.py
#	erpnext/stock/doctype/delivery_settings/delivery_settings.json
#	erpnext/stock/doctype/delivery_settings/test_delivery_settings.py
#	erpnext/stock/doctype/delivery_stop/delivery_stop.json
#	erpnext/stock/doctype/delivery_trip/delivery_trip.js
#	erpnext/stock/doctype/delivery_trip/delivery_trip.json
#	erpnext/stock/doctype/delivery_trip/delivery_trip.py
#	erpnext/stock/doctype/delivery_trip/test_delivery_trip.py
#	erpnext/stock/doctype/inventory_dimension/inventory_dimension.json
#	erpnext/stock/doctype/inventory_dimension/inventory_dimension.py
#	erpnext/stock/doctype/inventory_dimension/test_inventory_dimension.py
#	erpnext/stock/doctype/item/item.js
#	erpnext/stock/doctype/item/item.json
#	erpnext/stock/doctype/item/item.py
#	erpnext/stock/doctype/item/item_list.js
#	erpnext/stock/doctype/item/test_item.py
#	erpnext/stock/doctype/item_alternative/item_alternative.json
#	erpnext/stock/doctype/item_alternative/test_item_alternative.py
#	erpnext/stock/doctype/item_attribute/item_attribute.json
#	erpnext/stock/doctype/item_attribute/item_attribute.py
#	erpnext/stock/doctype/item_attribute/test_item_attribute.py
#	erpnext/stock/doctype/item_attribute_value/item_attribute_value.json
#	erpnext/stock/doctype/item_barcode/item_barcode.json
#	erpnext/stock/doctype/item_customer_detail/item_customer_detail.json
#	erpnext/stock/doctype/item_default/item_default.json
#	erpnext/stock/doctype/item_manufacturer/item_manufacturer.json
#	erpnext/stock/doctype/item_manufacturer/test_item_manufacturer.py
#	erpnext/stock/doctype/item_price/item_price.json
#	erpnext/stock/doctype/item_price/item_price.py
#	erpnext/stock/doctype/item_price/test_item_price.py
#	erpnext/stock/doctype/item_quality_inspection_parameter/item_quality_inspection_parameter.json
#	erpnext/stock/doctype/item_reorder/item_reorder.json
#	erpnext/stock/doctype/item_supplier/item_supplier.json
#	erpnext/stock/doctype/item_tax/item_tax.json
#	erpnext/stock/doctype/item_variant/item_variant.json
#	erpnext/stock/doctype/item_variant_attribute/item_variant_attribute.json
#	erpnext/stock/doctype/item_variant_settings/item_variant_settings.js
#	erpnext/stock/doctype/item_variant_settings/item_variant_settings.json
#	erpnext/stock/doctype/item_variant_settings/test_item_variant_settings.py
#	erpnext/stock/doctype/item_website_specification/item_website_specification.json
#	erpnext/stock/doctype/landed_cost_item/landed_cost_item.json
#	erpnext/stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.json
#	erpnext/stock/doctype/landed_cost_taxes_and_charges/landed_cost_taxes_and_charges.json
#	erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.json
#	erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py
#	erpnext/stock/doctype/landed_cost_voucher/test_landed_cost_voucher.py
#	erpnext/stock/doctype/manufacturer/manufacturer.json
#	erpnext/stock/doctype/manufacturer/test_manufacturer.py
#	erpnext/stock/d…
Copy link
Contributor Author

mergify bot commented Dec 9, 2024

Cherry-pick of d847f75 has failed:

On branch mergify/bp/version-15-hotfix/pr-44545
Your branch is ahead of 'origin/version-15-hotfix' by 1 commit.
  (use "git push" to publish your local commits)

You are currently cherry-picking commit d847f75ade.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Changes to be committed:
	new file:   .github/helper/translation.py
	new file:   .github/helper/update_pot_file.sh
	new file:   .github/workflows/backport.yml
	new file:   .github/workflows/generate-pot-file.yml
	new file:   .github/workflows/initiate_release.yml
	new file:   .github/workflows/lock.yml
	new file:   .github/workflows/patch_faux.yml
	new file:   .github/workflows/run-indinvidual-tests.yml
	new file:   .github/workflows/server-tests-mariadb-faux.yml
	new file:   babel_extractors.csv
	new file:   crowdin.yml
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/bf_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/bf_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/bj_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/bj_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/cd_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/cd_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/cf_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/cf_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/cg_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/cg_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/ci_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/ci_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/cm_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/cm_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/de_kontenplan_SKR03.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/fr_plan_comptable_associatif_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/ga_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/ga_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/gn_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/gn_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/gq_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/gq_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/gw_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/gw_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/km_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/km_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/ml_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/ml_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/ne_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/ne_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/sn_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/sn_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/syscohada_chart_of_accounts.py
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/syscohada_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/syscohada_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/td_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/td_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/tg_plan_comptable.json
	new file:   erpnext/accounts/doctype/account/chart_of_accounts/verified/tg_plan_comptable_avec_code.json
	new file:   erpnext/accounts/doctype/account/test_records.toml
	new file:   erpnext/accounts/doctype/cost_center/test_records.toml
	new file:   erpnext/accounts/doctype/dunning_type/test_records.toml
	new file:   erpnext/accounts/doctype/item_tax_template/test_records.toml
	new file:   erpnext/accounts/doctype/journal_entry/test_records.toml
	new file:   erpnext/accounts/doctype/monthly_distribution/test_records.toml
	new file:   erpnext/accounts/doctype/payment_term/test_records.toml
	new file:   erpnext/accounts/doctype/payment_terms_template/test_records.toml
	new file:   erpnext/accounts/doctype/purchase_invoice/test_records.toml
	new file:   erpnext/accounts/doctype/sales_invoice/test_records.toml
	new file:   erpnext/accounts/doctype/sales_taxes_and_charges_template/test_records.toml
	new file:   erpnext/accounts/doctype/share_type/test_records.toml
	new file:   erpnext/accounts/doctype/shareholder/test_records.toml
	new file:   erpnext/accounts/doctype/shipping_rule/test_records.toml
	new file:   erpnext/accounts/doctype/tax_category/test_records.toml
	new file:   erpnext/accounts/doctype/tax_rule/test_records.toml
	new file:   erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.html
	new file:   erpnext/assets/doctype/asset_maintenance/test_records.toml
	new file:   erpnext/assets/doctype/asset_repair_purchase_invoice/__init__.py
	new file:   erpnext/assets/doctype/asset_repair_purchase_invoice/asset_repair_purchase_invoice.json
	new file:   erpnext/assets/doctype/asset_repair_purchase_invoice/asset_repair_purchase_invoice.py
	new file:   erpnext/assets/doctype/location/test_records.toml
	new file:   erpnext/buying/doctype/purchase_order/test_records.toml
	new file:   erpnext/buying/doctype/supplier/test_records.toml
	new file:   erpnext/buying/doctype/supplier_quotation/test_records.toml
	new file:   erpnext/controllers/tests/test_distributed_discount.py
	new file:   erpnext/controllers/tests/test_item_wise_tax_details.py
	new file:   erpnext/crm/doctype/lead/test_records.toml
	new file:   erpnext/crm/doctype/opportunity/test_records.toml
	new file:   erpnext/deprecation_dumpster.py
	new file:   erpnext/gettext/__init__.py
	new file:   erpnext/gettext/extractors/__init__.py
	new file:   erpnext/gettext/extractors/incoterms.py
	new file:   erpnext/gettext/extractors/lines_from_txt_file.py
	new file:   erpnext/gettext/extractors/uom_data.py
	new file:   erpnext/locale/af.po
	new file:   erpnext/locale/ar.po
	new file:   erpnext/locale/bs.po
	new file:   erpnext/locale/de.po
	new file:   erpnext/locale/eo.po
	new file:   erpnext/locale/es.po
	new file:   erpnext/locale/fa.po
	new file:   erpnext/locale/fi.po
	new file:   erpnext/locale/fr.po
	new file:   erpnext/locale/hu.po
	new file:   erpnext/locale/id.po
	new file:   erpnext/locale/it.po
	new file:   erpnext/locale/main.pot
	new file:   erpnext/locale/nl.po
	new file:   erpnext/locale/pl.po
	new file:   erpnext/locale/pt.po
	new file:   erpnext/locale/pt_BR.po
	new file:   erpnext/locale/ru.po
	new file:   erpnext/locale/sv.po
	new file:   erpnext/locale/tr.po
	new file:   erpnext/locale/vi.po
	new file:   erpnext/locale/zh.po
	new file:   erpnext/locale/zh_TW.po
	new file:   erpnext/manufacturing/doctype/bom/test_records.toml
	new file:   erpnext/manufacturing/doctype/operation/test_records.toml
	new file:   erpnext/manufacturing/doctype/work_order/test_records.toml
	new file:   erpnext/manufacturing/doctype/workstation/test_records.toml
	new file:   erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.html
	new file:   erpnext/patches/v15_0/add_default_operations.py
	new file:   erpnext/patches/v15_0/create_advance_payment_status.py
	new file:   erpnext/patches/v15_0/enable_old_serial_batch_fields.py
	new file:   erpnext/patches/v15_0/migrate_old_item_wise_tax_detail_data_format.py
	new file:   erpnext/patches/v15_0/migrate_payment_request_status.py
	new file:   erpnext/patches/v15_0/migrate_to_utm_analytics.py
	new file:   erpnext/patches/v15_0/set_difference_amount_in_asset_value_adjustment.py
	new file:   erpnext/projects/doctype/activity_type/test_records.toml
	new file:   erpnext/projects/doctype/project/test_records.toml
	new file:   erpnext/projects/report/timesheet_billing_summary/__init__.py
	new file:   erpnext/projects/report/timesheet_billing_summary/timesheet_billing_summary.js
	new file:   erpnext/projects/report/timesheet_billing_summary/timesheet_billing_summary.json
	new file:   erpnext/projects/report/timesheet_billing_summary/timesheet_billing_summary.py
	new file:   erpnext/selling/doctype/customer/test_records.toml
	new file:   erpnext/selling/doctype/industry_type/test_records.toml
	new file:   erpnext/selling/doctype/product_bundle/test_records.toml
	new file:   erpnext/selling/doctype/quotation/test_records.toml
	new file:   erpnext/selling/doctype/sales_order/test_records.toml
	new file:   erpnext/setup/doctype/brand/test_records.toml
	new file:   erpnext/setup/doctype/company/test_records.toml
	new file:   erpnext/setup/doctype/currency_exchange/test_records.toml
	new file:   erpnext/setup/doctype/customer_group/test_records.toml
	new file:   erpnext/setup/doctype/department/test_records.toml
	new file:   erpnext/setup/doctype/employee/test_records.toml
	new file:   erpnext/setup/doctype/holiday_list/test_records.toml
	new file:   erpnext/setup/doctype/item_group/test_records.toml
	new file:   erpnext/setup/doctype/print_heading/test_records.toml
	new file:   erpnext/setup/doctype/quotation_lost_reason/test_records.toml
	new file:   erpnext/setup/doctype/sales_person/test_records.toml
	new file:   erpnext/setup/doctype/supplier_group/test_records.toml
	new file:   erpnext/setup/doctype/terms_and_conditions/test_records.toml
	new file:   erpnext/setup/doctype/territory/test_records.toml
	new file:   erpnext/setup/doctype/uom/test_records.toml
	new file:   erpnext/setup/setup_wizard/data/marketing_source.txt
	new file:   erpnext/setup/workspace/settings/settings.json
	new file:   erpnext/stock/doctype/item/test_records.toml
	new file:   erpnext/stock/doctype/item_attribute/test_records.toml
	new file:   erpnext/stock/doctype/item_price/test_records.toml
	new file:   erpnext/stock/doctype/material_request/test_records.toml
	new file:   erpnext/stock/doctype/price_list/test_records.toml
	new file:   erpnext/stock/doctype/purchase_receipt/test_records.toml
	new file:   erpnext/stock/doctype/quality_inspection_template/test_records.toml
	new file:   erpnext/stock/doctype/stock_entry/test_records.toml
	new file:   erpnext/stock/doctype/warehouse/test_records.toml
	new file:   erpnext/templates/pages/integrations/__init__.py

Unmerged paths:
  (use "git add <file>..." to mark resolution)
	both added:      .editorconfig
	both added:      .git-blame-ignore-revs
	both added:      .github/helper/documentation.py
	both added:      .github/helper/install.sh
	both added:      .github/stale.yml
	both added:      .github/workflows/linters.yml
	both added:      .github/workflows/patch.yml
	both added:      .github/workflows/release.yml
	both added:      .github/workflows/release_notes.yml
	both added:      .github/workflows/server-tests-mariadb.yml
	both added:      .github/workflows/server-tests-postgres.yml
	both added:      .gitignore
	both added:      .mergify.yml
	both added:      .releaserc
	both added:      CODEOWNERS
	both added:      README.md
	both added:      erpnext/__init__.py
	both added:      erpnext/accounts/deferred_revenue.py
	both added:      erpnext/accounts/doctype/account/account.json
	both added:      erpnext/accounts/doctype/account/account.py
	both added:      erpnext/accounts/doctype/account/account_tree.js
	both added:      erpnext/accounts/doctype/account/chart_of_accounts/chart_of_accounts.py
	both added:      erpnext/accounts/doctype/account/chart_of_accounts/verified/de_kontenplan_SKR04.json
	both added:      erpnext/accounts/doctype/account/chart_of_accounts/verified/hu_chart_of_accounts_for_microenterprises_with_account_number.json
	both added:      erpnext/accounts/doctype/account/chart_of_accounts/verified/in_standard_chart_of_accounts.json
	both added:      erpnext/accounts/doctype/account/chart_of_accounts/verified/ni_catalogo_de_cuentas.json
	both added:      erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts.py
	both added:      erpnext/accounts/doctype/account/chart_of_accounts/verified/standard_chart_of_accounts_with_account_number.py
	both added:      erpnext/accounts/doctype/account/test_account.py
	both added:      erpnext/accounts/doctype/account_closing_balance/account_closing_balance.json
	both added:      erpnext/accounts/doctype/account_closing_balance/test_account_closing_balance.py
	both added:      erpnext/accounts/doctype/accounting_dimension/accounting_dimension.json
	both added:      erpnext/accounts/doctype/accounting_dimension/test_accounting_dimension.py
	both added:      erpnext/accounts/doctype/accounting_dimension_detail/accounting_dimension_detail.json
	both added:      erpnext/accounts/doctype/accounting_dimension_filter/accounting_dimension_filter.json
	both added:      erpnext/accounts/doctype/accounting_dimension_filter/accounting_dimension_filter.py
	both added:      erpnext/accounts/doctype/accounting_dimension_filter/test_accounting_dimension_filter.py
	both added:      erpnext/accounts/doctype/accounting_period/accounting_period.json
	both added:      erpnext/accounts/doctype/accounting_period/test_accounting_period.py
	both added:      erpnext/accounts/doctype/accounts_settings/accounts_settings.json
	both added:      erpnext/accounts/doctype/accounts_settings/test_accounts_settings.py
	both added:      erpnext/accounts/doctype/advance_payment_ledger_entry/test_advance_payment_ledger_entry.py
	both added:      erpnext/accounts/doctype/advance_tax/advance_tax.json
	both added:      erpnext/accounts/doctype/advance_taxes_and_charges/advance_taxes_and_charges.json
	both added:      erpnext/accounts/doctype/advance_taxes_and_charges/advance_taxes_and_charges.py
	both added:      erpnext/accounts/doctype/allowed_dimension/allowed_dimension.json
	both added:      erpnext/accounts/doctype/allowed_to_transact_with/allowed_to_transact_with.json
	both added:      erpnext/accounts/doctype/applicable_on_account/applicable_on_account.json
	both added:      erpnext/accounts/doctype/bank/bank.json
	both added:      erpnext/accounts/doctype/bank/test_bank.py
	both added:      erpnext/accounts/doctype/bank_account/bank_account.json
	both added:      erpnext/accounts/doctype/bank_account/bank_account.py
	both added:      erpnext/accounts/doctype/bank_account/test_bank_account.py
	both added:      erpnext/accounts/doctype/bank_account_subtype/bank_account_subtype.json
	both added:      erpnext/accounts/doctype/bank_account_subtype/test_bank_account_subtype.py
	both added:      erpnext/accounts/doctype/bank_account_type/bank_account_type.json
	both added:      erpnext/accounts/doctype/bank_account_type/test_bank_account_type.py
	both added:      erpnext/accounts/doctype/bank_clearance/bank_clearance.json
	both added:      erpnext/accounts/doctype/bank_clearance/test_bank_clearance.py
	both added:      erpnext/accounts/doctype/bank_clearance_detail/bank_clearance_detail.json
	both added:      erpnext/accounts/doctype/bank_guarantee/bank_guarantee.json
	both added:      erpnext/accounts/doctype/bank_guarantee/bank_guarantee.py
	both added:      erpnext/accounts/doctype/bank_guarantee/test_bank_guarantee.py
	both added:      erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.json
	both added:      erpnext/accounts/doctype/bank_reconciliation_tool/test_bank_reconciliation_tool.py
	both added:      erpnext/accounts/doctype/bank_statement_import/bank_statement_import.js
	both added:      erpnext/accounts/doctype/bank_statement_import/bank_statement_import.json
	both added:      erpnext/accounts/doctype/bank_statement_import/bank_statement_import.py
	both added:      erpnext/accounts/doctype/bank_statement_import/test_bank_statement_import.py
	both added:      erpnext/accounts/doctype/bank_transaction/auto_match_party.py
	both added:      erpnext/accounts/doctype/bank_transaction/bank_transaction.py
	both added:      erpnext/accounts/doctype/bank_transaction/test_auto_match_party.py
	both added:      erpnext/accounts/doctype/bank_transaction/test_bank_transaction.py
	both added:      erpnext/accounts/doctype/bank_transaction_mapping/bank_transaction_mapping.json
	both added:      erpnext/accounts/doctype/bank_transaction_payments/bank_transaction_payments.json
	both added:      erpnext/accounts/doctype/bisect_accounting_statements/bisect_accounting_statements.json
	both added:      erpnext/accounts/doctype/bisect_accounting_statements/bisect_accounting_statements.py
	both added:      erpnext/accounts/doctype/bisect_accounting_statements/test_bisect_accounting_statements.py
	both added:      erpnext/accounts/doctype/bisect_nodes/bisect_nodes.json
	both added:      erpnext/accounts/doctype/bisect_nodes/test_bisect_nodes.py
	both added:      erpnext/accounts/doctype/budget/budget.json
	both added:      erpnext/accounts/doctype/budget/test_budget.py
	both added:      erpnext/accounts/doctype/budget_account/budget_account.json
	both added:      erpnext/accounts/doctype/campaign_item/campaign_item.json
	both added:      erpnext/accounts/doctype/cashier_closing/cashier_closing.json
	both added:      erpnext/accounts/doctype/cashier_closing/test_cashier_closing.py
	both added:      erpnext/accounts/doctype/cashier_closing_payments/cashier_closing_payments.json
	both added:      erpnext/accounts/doctype/chart_of_accounts_importer/chart_of_accounts_importer.json
	both added:      erpnext/accounts/doctype/chart_of_accounts_importer/test_chart_of_accounts_importer.py
	both added:      erpnext/accounts/doctype/cheque_print_template/cheque_print_template.json
	both added:      erpnext/accounts/doctype/cheque_print_template/test_cheque_print_template.py
	both added:      erpnext/accounts/doctype/closed_document/closed_document.json
	both added:      erpnext/accounts/doctype/cost_center/cost_center.json
	both added:      erpnext/accounts/doctype/cost_center/test_cost_center.py
	both added:      erpnext/accounts/doctype/cost_center_allocation/cost_center_allocation.json
	both added:      erpnext/accounts/doctype/cost_center_allocation/test_cost_center_allocation.py
	both added:      erpnext/accounts/doctype/cost_center_allocation_percentage/cost_center_allocation_percentage.json
	both added:      erpnext/accounts/doctype/coupon_code/coupon_code.json
	both added:      erpnext/accounts/doctype/coupon_code/coupon_code.py
	both added:      erpnext/accounts/doctype/coupon_code/test_coupon_code.py
	both added:      erpnext/accounts/doctype/currency_exchange_settings/currency_exchange_settings.json
	both added:      erpnext/accounts/doctype/currency_exchange_settings/test_currency_exchange_settings.py
	both added:      erpnext/accounts/doctype/currency_exchange_settings_details/currency_exchange_settings_details.json
	both added:      erpnext/accounts/doctype/currency_exchange_settings_result/currency_exchange_settings_result.json
	both added:      erpnext/accounts/doctype/customer_group_item/customer_group_item.json
	both added:      erpnext/accounts/doctype/customer_item/customer_item.json
	both added:      erpnext/accounts/doctype/discounted_invoice/discounted_invoice.json
	both added:      erpnext/accounts/doctype/dunning/dunning.json
	both added:      erpnext/accounts/doctype/dunning/dunning.py
	both added:      erpnext/accounts/doctype/dunning/test_dunning.py
	both added:      erpnext/accounts/doctype/dunning_letter_text/dunning_letter_text.json
	both added:      erpnext/accounts/doctype/dunning_type/dunning_type.json
	both added:      erpnext/accounts/doctype/dunning_type/test_dunning_type.py
	both added:      erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.js
	both added:      erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.json
	both added:      erpnext/accounts/doctype/exchange_rate_revaluation/exchange_rate_revaluation.py
	both added:      erpnext/accounts/doctype/exchange_rate_revaluation/test_exchange_rate_revaluation.py
	both added:      erpnext/accounts/doctype/exchange_rate_revaluation_account/exchange_rate_revaluation_account.json
	both added:      erpnext/accounts/doctype/finance_book/finance_book.json
	both added:      erpnext/accounts/doctype/finance_book/test_finance_book.py
	both added:      erpnext/accounts/doctype/fiscal_year/fiscal_year.json
	both added:      erpnext/accounts/doctype/fiscal_year/test_fiscal_year.py
	both added:      erpnext/accounts/doctype/fiscal_year_company/fiscal_year_company.json
	both added:      erpnext/accounts/doctype/gl_entry/test_gl_entry.py
	both added:      erpnext/accounts/doctype/invoice_discounting/invoice_discounting.js
	both added:      erpnext/accounts/doctype/invoice_discounting/invoice_discounting.json
	both added:      erpnext/accounts/doctype/invoice_discounting/test_invoice_discounting.py
	both added:      erpnext/accounts/doctype/item_tax_template/item_tax_template.json
	both added:      erpnext/accounts/doctype/item_tax_template/test_item_tax_template.py
	both added:      erpnext/accounts/doctype/item_tax_template_detail/item_tax_template_detail.json
	both added:      erpnext/accounts/doctype/journal_entry/journal_entry.js
	both added:      erpnext/accounts/doctype/journal_entry/journal_entry.json
	both added:      erpnext/accounts/doctype/journal_entry/journal_entry.py
	both added:      erpnext/accounts/doctype/journal_entry/journal_entry_list.js
	both added:      erpnext/accounts/doctype/journal_entry/test_journal_entry.py
	both added:      erpnext/accounts/doctype/journal_entry_account/journal_entry_account.json
	both added:      erpnext/accounts/doctype/journal_entry_template/journal_entry_template.json
	both added:      erpnext/accounts/doctype/journal_entry_template/test_journal_entry_template.py
	both added:      erpnext/accounts/doctype/journal_entry_template_account/journal_entry_template_account.json
	both added:      erpnext/accounts/doctype/ledger_health/test_ledger_health.py
	both added:      erpnext/accounts/doctype/ledger_health_monitor/test_ledger_health_monitor.py
	both added:      erpnext/accounts/doctype/ledger_merge/ledger_merge.json
	both added:      erpnext/accounts/doctype/ledger_merge/test_ledger_merge.py
	both added:      erpnext/accounts/doctype/ledger_merge_accounts/ledger_merge_accounts.json
	both added:      erpnext/accounts/doctype/loyalty_point_entry/loyalty_point_entry.json
	both added:      erpnext/accounts/doctype/loyalty_point_entry/loyalty_point_entry.py
	both added:      erpnext/accounts/doctype/loyalty_point_entry/test_loyalty_point_entry.py
	both added:      erpnext/accounts/doctype/loyalty_point_entry_redemption/loyalty_point_entry_redemption.json
	both added:      erpnext/accounts/doctype/loyalty_program/loyalty_program.json
	both added:      erpnext/accounts/doctype/loyalty_program/loyalty_program.py
	both added:      erpnext/accounts/doctype/loyalty_program/test_loyalty_program.py
	both added:      erpnext/accounts/doctype/loyalty_program_collection/loyalty_program_collection.json
	both added:      erpnext/accounts/doctype/mode_of_payment/mode_of_payment.json
	both added:      erpnext/accounts/doctype/mode_of_payment/test_mode_of_payment.py
	both added:      erpnext/accounts/doctype/mode_of_payment_account/mode_of_payment_account.json
	both added:      erpnext/accounts/doctype/monthly_distribution/monthly_distribution.json
	both added:      erpnext/accounts/doctype/monthly_distribution/test_monthly_distribution.py
	both added:      erpnext/accounts/doctype/monthly_distribution_percentage/monthly_distribution_percentage.json
	both added:      erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.json
	both added:      erpnext/accounts/doctype/opening_invoice_creation_tool/opening_invoice_creation_tool.py
	both added:      erpnext/accounts/doctype/opening_invoice_creation_tool/test_opening_invoice_creation_tool.py
	both added:      erpnext/accounts/doctype/opening_invoice_creation_tool_item/opening_invoice_creation_tool_item.json
	both added:      erpnext/accounts/doctype/overdue_payment/overdue_payment.json
	both added:      erpnext/accounts/doctype/party_account/party_account.json
	both added:      erpnext/accounts/doctype/party_link/party_link.json
	both added:      erpnext/accounts/doctype/party_link/test_party_link.py
	both added:      erpnext/accounts/doctype/payment_entry/payment_entry.js
	both added:      erpnext/accounts/doctype/payment_entry/payment_entry.json
	both added:      erpnext/accounts/doctype/payment_entry/payment_entry.py
	both added:      erpnext/accounts/doctype/payment_entry/test_payment_entry.py
	both added:      erpnext/accounts/doctype/payment_entry_deduction/payment_entry_deduction.json
	both added:      erpnext/accounts/doctype/payment_entry_reference/payment_entry_reference.json
	both added:      erpnext/accounts/doctype/payment_gateway_account/payment_gateway_account.json
	both added:      erpnext/accounts/doctype/payment_gateway_account/test_payment_gateway_account.py
	both added:      erpnext/accounts/doctype/payment_ledger_entry/payment_ledger_entry.json
	both added:      erpnext/accounts/doctype/payment_ledger_entry/test_payment_ledger_entry.py
	both added:      erpnext/accounts/doctype/payment_order/payment_order.json
	both added:      erpnext/accounts/doctype/payment_order/test_payment_order.py
	both added:      erpnext/accounts/doctype/payment_order_reference/payment_order_reference.json
	both added:      erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.json
	both added:      erpnext/accounts/doctype/payment_reconciliation/test_payment_reconciliation.py
	both added:      erpnext/accounts/doctype/payment_reconciliation_allocation/payment_reconciliation_allocation.json
	both added:      erpnext/accounts/doctype/payment_reconciliation_invoice/payment_reconciliation_invoice.json
	both added:      erpnext/accounts/doctype/payment_reconciliation_payment/payment_reconciliation_payment.json
	both added:      erpnext/accounts/doctype/payment_request/payment_request.js
	both added:      erpnext/accounts/doctype/payment_request/payment_request.json
	both added:      erpnext/accounts/doctype/payment_request/payment_request.py
	both added:      erpnext/accounts/doctype/payment_request/payment_request_list.js
	both added:      erpnext/accounts/doctype/payment_request/test_payment_request.py
	both added:      erpnext/accounts/doctype/payment_schedule/payment_schedule.json
	both added:      erpnext/accounts/doctype/payment_term/payment_term.json
	both added:      erpnext/accounts/doctype/payment_term/test_payment_term.py
	both added:      erpnext/accounts/doctype/payment_terms_template/payment_terms_template.json
	both added:      erpnext/accounts/doctype/payment_terms_template/test_payment_terms_template.py
	both added:      erpnext/accounts/doctype/payment_terms_template_detail/payment_terms_template_detail.json
	both added:      erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.json
	both added:      erpnext/accounts/doctype/period_closing_voucher/test_period_closing_voucher.py
	both added:      erpnext/accounts/doctype/pos_closing_entry/pos_closing_entry.json
	both added:      erpnext/accounts/doctype/pos_closing_entry/test_pos_closing_entry.py
	both added:      erpnext/accounts/doctype/pos_closing_entry_detail/pos_closing_entry_detail.json
	both added:      erpnext/accounts/doctype/pos_closing_entry_taxes/pos_closing_entry_taxes.json
	both added:      erpnext/accounts/doctype/pos_customer_group/pos_customer_group.json
	both added:      erpnext/accounts/doctype/pos_field/pos_field.json
	both added:      erpnext/accounts/doctype/pos_invoice/pos_invoice.js
	both added:      erpnext/accounts/doctype/pos_invoice/pos_invoice.json
	both added:      erpnext/accounts/doctype/pos_invoice/pos_invoice.py
	both added:      erpnext/accounts/doctype/pos_invoice/test_pos_invoice.py
	both added:      erpnext/accounts/doctype/pos_invoice_item/pos_invoice_item.json
	both added:      erpnext/accounts/doctype/pos_invoice_item/pos_invoice_item.py
	both added:      erpnext/accounts/doctype/pos_invoice_merge_log/pos_invoice_merge_log.json
	both added:      erpnext/accounts/doctype/pos_invoice_merge_log/pos_invoice_merge_log.py
	both added:      erpnext/accounts/doctype/pos_invoice_merge_log/test_pos_invoice_merge_log.py
	both added:      erpnext/accounts/doctype/pos_invoice_reference/pos_invoice_reference.json
	both added:      erpnext/accounts/doctype/pos_item_group/pos_item_group.json
	both added:      erpnext/accounts/doctype/pos_opening_entry/pos_opening_entry.json
	both added:      erpnext/accounts/doctype/pos_opening_entry/test_pos_opening_entry.py
	both added:      erpnext/accounts/doctype/pos_opening_entry_detail/pos_opening_entry_detail.json
	both added:      erpnext/accounts/doctype/pos_payment_method/pos_payment_method.json
	both added:      erpnext/accounts/doctype/pos_profile/pos_profile.json
	both added:      erpnext/accounts/doctype/pos_profile/pos_profile.py
	both added:      erpnext/accounts/doctype/pos_profile/test_pos_profile.py
	both added:      erpnext/accounts/doctype/pos_profile_user/pos_profile_user.json
	both added:      erpnext/accounts/doctype/pos_profile_user/test_pos_profile_user.py
	both added:      erpnext/accounts/doctype/pos_search_fields/pos_search_fields.json
	both added:      erpnext/accounts/doctype/pos_settings/pos_settings.json
	both added:      erpnext/accounts/doctype/pos_settings/test_pos_settings.py
	both added:      erpnext/accounts/doctype/pricing_rule/pricing_rule.json
	both added:      erpnext/accounts/doctype/pricing_rule/pricing_rule.py
	both added:      erpnext/accounts/doctype/pricing_rule/test_pricing_rule.py
	both added:      erpnext/accounts/doctype/pricing_rule/utils.py
	both added:      erpnext/accounts/doctype/pricing_rule_brand/pricing_rule_brand.json
	both added:      erpnext/accounts/doctype/pricing_rule_detail/pricing_rule_detail.json
	both added:      erpnext/accounts/doctype/pricing_rule_item_code/pricing_rule_item_code.json
	both added:      erpnext/accounts/doctype/pricing_rule_item_group/pricing_rule_item_group.json
	both added:      erpnext/accounts/doctype/process_deferred_accounting/process_deferred_accounting.json
	both added:      erpnext/accounts/doctype/process_deferred_accounting/test_process_deferred_accounting.py
	both added:      erpnext/accounts/doctype/process_payment_reconciliation/process_payment_reconciliation.json
	both added:      erpnext/accounts/doctype/process_payment_reconciliation/process_payment_reconciliation.py
	both added:      erpnext/accounts/doctype/process_payment_reconciliation/test_process_payment_reconciliation.py
	both added:      erpnext/accounts/doctype/process_payment_reconciliation_log/process_payment_reconciliation_log.json
	both added:      erpnext/accounts/doctype/process_payment_reconciliation_log/test_process_payment_reconciliation_log.py
	both added:      erpnext/accounts/doctype/process_payment_reconciliation_log_allocations/process_payment_reconciliation_log_allocations.json
	both added:      erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.html
	both added:      erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.json
	both added:      erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts_accounts_receivable.html
	both added:      erpnext/accounts/doctype/process_statement_of_accounts/test_process_statement_of_accounts.py
	both added:      erpnext/accounts/doctype/process_statement_of_accounts_customer/process_statement_of_accounts_customer.json
	both added:      erpnext/accounts/doctype/process_subscription/process_subscription.json
	both added:      erpnext/accounts/doctype/process_subscription/test_process_subscription.py
	both added:      erpnext/accounts/doctype/promotional_scheme/promotional_scheme.json
	both added:      erpnext/accounts/doctype/promotional_scheme/test_promotional_scheme.py
	both added:      erpnext/accounts/doctype/promotional_scheme_price_discount/promotional_scheme_price_discount.json
	both added:      erpnext/accounts/doctype/promotional_scheme_product_discount/promotional_scheme_product_discount.json
	both added:      erpnext/accounts/doctype/psoa_cost_center/psoa_cost_center.json
	both added:      erpnext/accounts/doctype/psoa_project/psoa_project.json
	both added:      erpnext/accounts/doctype/purchase_invoice/purchase_invoice.js
	both added:      erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
	both added:      erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
	both added:      erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
	both added:      erpnext/accounts/doctype/purchase_invoice_advance/purchase_invoice_advance.json
	both added:      erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json
	both added:      erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.py
	both added:      erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.json
	both added:      erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.py
	both added:      erpnext/accounts/doctype/purchase_taxes_and_charges_template/purchase_taxes_and_charges_template.json
	both added:      erpnext/accounts/doctype/purchase_taxes_and_charges_template/test_purchase_taxes_and_charges_template.py
	both added:      erpnext/accounts/doctype/repost_accounting_ledger/repost_accounting_ledger.json
	both added:      erpnext/accounts/doctype/repost_accounting_ledger/test_repost_accounting_ledger.py
	both added:      erpnext/accounts/doctype/repost_accounting_ledger_items/repost_accounting_ledger_items.json
	both added:      erpnext/accounts/doctype/repost_accounting_ledger_settings/repost_accounting_ledger_settings.json
	both added:      erpnext/accounts/doctype/repost_accounting_ledger_settings/test_repost_accounting_ledger_settings.py
	both added:      erpnext/accounts/doctype/repost_allowed_types/repost_allowed_types.json
	both added:      erpnext/accounts/doctype/repost_payment_ledger/repost_payment_ledger.json
	both added:      erpnext/accounts/doctype/repost_payment_ledger/test_repost_payment_ledger.py
	both added:      erpnext/accounts/doctype/repost_payment_ledger_items/repost_payment_ledger_items.json
	both added:      erpnext/accounts/doctype/sales_invoice/sales_invoice.js
	both added:      erpnext/accounts/doctype/sales_invoice/sales_invoice.json
	both added:      erpnext/accounts/doctype/sales_invoice/sales_invoice.py
	both added:      erpnext/accounts/doctype/sales_invoice/sales_invoice_list.js
	both added:      erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
	both added:      erpnext/accounts/doctype/sales_invoice_advance/sales_invoice_advance.json
	both added:      erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
	both added:      erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.py
	both added:      erpnext/accounts/doctype/sales_invoice_payment/sales_invoice_payment.json
	both added:      erpnext/accounts/doctype/sales_invoice_timesheet/sales_invoice_timesheet.json
	both added:      erpnext/accounts/doctype/sales_partner_item/sales_partner_item.json
	both added:      erpnext/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.json
	both added:      erpnext/accounts/doctype/sales_taxes_and_charges/sales_taxes_and_charges.py
	both added:      erpnext/accounts/doctype/sales_taxes_and_charges_template/sales_taxes_and_charges_template.json
	both added:      erpnext/accounts/doctype/sales_taxes_and_charges_template/sales_taxes_and_charges_template.py
	both added:      erpnext/accounts/doctype/sales_taxes_and_charges_template/test_sales_taxes_and_charges_template.py
	both added:      erpnext/accounts/doctype/share_balance/share_balance.json
	both added:      erpnext/accounts/doctype/share_transfer/share_transfer.json
	both added:      erpnext/accounts/doctype/share_transfer/test_share_transfer.py
	both added:      erpnext/accounts/doctype/share_type/share_type.json
	both added:      erpnext/accounts/doctype/share_type/test_share_type.py
	both added:      erpnext/accounts/doctype/shareholder/shareholder.json
	both added:      erpnext/accounts/doctype/shareholder/test_shareholder.py
	both added:      erpnext/accounts/doctype/shipping_rule/shipping_rule.json
	both added:      erpnext/accounts/doctype/shipping_rule/shipping_rule.py
	both added:      erpnext/accounts/doctype/shipping_rule/test_shipping_rule.py
	both added:      erpnext/accounts/doctype/shipping_rule_condition/shipping_rule_condition.json
	both added:      erpnext/accounts/doctype/shipping_rule_country/shipping_rule_country.json
	both added:      erpnext/accounts/doctype/south_africa_vat_account/south_africa_vat_account.json
	both added:      erpnext/accounts/doctype/subscription/subscription.json
	both added:      erpnext/accounts/doctype/subscription/subscription.py
	both added:      erpnext/accounts/doctype/subscription/subscription_list.js
	both added:      erpnext/accounts/doctype/subscription/test_subscription.py
	both added:      erpnext/accounts/doctype/subscription_invoice/subscription_invoice.json
	both added:      erpnext/accounts/doctype/subscription_invoice/test_subscription_invoice.py
	both added:      erpnext/accounts/doctype/subscription_plan/subscription_plan.json
	both added:      erpnext/accounts/doctype/subscription_plan/test_subscription_plan.py
	both added:      erpnext/accounts/doctype/subscription_plan_detail/subscription_plan_detail.json
	both added:      erpnext/accounts/doctype/subscription_settings/subscription_settings.json
	both added:      erpnext/accounts/doctype/subscription_settings/test_subscription_settings.py
	both added:      erpnext/accounts/doctype/supplier_group_item/supplier_group_item.json
	both added:      erpnext/accounts/doctype/supplier_item/supplier_item.json
	both added:      erpnext/accounts/doctype/tax_category/tax_category.json
	both added:      erpnext/accounts/doctype/tax_category/test_tax_category.py
	both added:      erpnext/accounts/doctype/tax_rule/tax_rule.json
	both added:      erpnext/accounts/doctype/tax_rule/tax_rule.py
	both added:      erpnext/accounts/doctype/tax_rule/test_tax_rule.py
	both added:      erpnext/accounts/doctype/tax_withheld_vouchers/tax_withheld_vouchers.json
	both added:      erpnext/accounts/doctype/tax_withholding_account/tax_withholding_account.json
	both added:      erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.json
	both added:      erpnext/accounts/doctype/tax_withholding_category/test_tax_withholding_category.py
	both added:      erpnext/accounts/doctype/tax_withholding_rate/tax_withholding_rate.json
	both added:      erpnext/accounts/doctype/territory_item/territory_item.json
	both added:      erpnext/accounts/doctype/transaction_deletion_record_details/transaction_deletion_record_details.json
	both added:      erpnext/accounts/doctype/unreconcile_payment/test_unreconcile_payment.py
	both added:      erpnext/accounts/doctype/unreconcile_payment/unreconcile_payment.json
	both added:      erpnext/accounts/doctype/unreconcile_payment/unreconcile_payment.py
	both added:      erpnext/accounts/doctype/unreconcile_payment_entries/unreconcile_payment_entries.json
	both added:      erpnext/accounts/general_ledger.py
	both added:      erpnext/accounts/notification/notification_for_new_fiscal_year/notification_for_new_fiscal_year.json
	both added:      erpnext/accounts/party.py
	both added:      erpnext/accounts/print_format/dunning_letter/dunning_letter.json
	both added:      erpnext/accounts/print_format/sales_invoice_return/sales_invoice_return.html
	both added:      erpnext/accounts/report/account_balance/account_balance.js
	both added:      erpnext/accounts/report/account_balance/account_balance.py
	both added:      erpnext/accounts/report/account_balance/test_account_balance.py
	both added:      erpnext/accounts/report/accounts_payable/accounts_payable.js
	both added:      erpnext/accounts/report/accounts_payable/test_accounts_payable.py
	both added:      erpnext/accounts/report/accounts_receivable/accounts_receivable.js
	both added:      erpnext/accounts/report/accounts_receivable/accounts_receivable.py
	both added:      erpnext/accounts/report/accounts_receivable/test_accounts_receivable.py
	both added:      erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.py
	both added:      erpnext/accounts/report/accounts_receivable_summary/test_accounts_receivable_summary.py
	both added:      erpnext/accounts/report/balance_sheet/test_balance_sheet.py
	both added:      erpnext/accounts/report/bank_reconciliation_statement/test_bank_reconciliation_statement.py
	both added:      erpnext/accounts/report/cash_flow/cash_flow.py
	both added:      erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py
	both added:      erpnext/accounts/report/customer_ledger_summary/customer_ledger_summary.py
	both added:      erpnext/accounts/report/deferred_revenue_and_expense/deferred_revenue_and_expense.py
	both added:      erpnext/accounts/report/deferred_revenue_and_expense/test_deferred_revenue_and_expense.py
	both added:      erpnext/accounts/report/general_and_payment_ledger_comparison/test_general_and_payment_ledger_comparison.py
	both added:      erpnext/accounts/report/general_ledger/general_ledger.html
	both added:      erpnext/accounts/report/general_ledger/general_ledger.py
	both added:      erpnext/accounts/report/general_ledger/test_general_ledger.py
	both added:      erpnext/accounts/report/gross_and_net_profit_report/gross_and_net_profit_report.py
	both added:      erpnext/accounts/report/gross_profit/test_gross_profit.py
	both added:      erpnext/accounts/report/item_wise_purchase_register/test_item_wise_purchase_register.py
	both added:      erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.js
	both added:      erpnext/accounts/report/item_wise_sales_register/item_wise_sales_register.py
	both added:      erpnext/accounts/report/item_wise_sales_register/test_item_wise_sales_register.py
	both added:      erpnext/accounts/report/payment_ledger/test_payment_ledger.py
	both added:      erpnext/accounts/report/profit_and_loss_statement/test_profit_and_loss_statement.py
	both added:      erpnext/accounts/report/purchase_register/test_purchase_register.py
	both added:      erpnext/accounts/report/sales_payment_summary/test_sales_payment_summary.py
	both added:      erpnext/accounts/report/sales_register/test_sales_register.py
	both added:      erpnext/accounts/report/tax_withholding_details/tax_withholding_details.py
	both added:      erpnext/accounts/report/tax_withholding_details/test_tax_withholding_details.py
	both added:      erpnext/accounts/report/trial_balance/test_trial_balance.py
	both added:      erpnext/accounts/test/accounts_mixin.py
	both added:      erpnext/accounts/test/test_reports.py
	both added:      erpnext/accounts/test/test_utils.py
	both added:      erpnext/accounts/test_party.py
	both added:      erpnext/accounts/utils.py
	both added:      erpnext/assets/doctype/asset/asset.js
	both added:      erpnext/assets/doctype/asset/asset.json
	both added:      erpnext/assets/doctype/asset/asset.py
	both added:      erpnext/assets/doctype/asset/depreciation.py
	both added:      erpnext/assets/doctype/asset/test_asset.py
	both added:      erpnext/assets/doctype/asset_activity/asset_activity.json
	both added:      erpnext/assets/doctype/asset_activity/test_asset_activity.py
	both added:      erpnext/assets/doctype/asset_capitalization/asset_capitalization.js
	both added:      erpnext/assets/doctype/asset_capitalization/asset_capitalization.json
	both added:      erpnext/assets/doctype/asset_capitalization/asset_capitalization.py
	both added:      erpnext/assets/doctype/asset_capitalization/test_asset_capitalization.py
	both added:      erpnext/assets/doctype/asset_capitalization_asset_item/asset_capitalization_asset_item.json
	both added:      erpnext/assets/doctype/asset_capitalization_service_item/asset_capitalization_service_item.json
	both added:      erpnext/assets/doctype/asset_capitalization_stock_item/asset_capitalization_stock_item.json
	both added:      erpnext/assets/doctype/asset_category/asset_category.json
	both added:      erpnext/assets/doctype/asset_category/test_asset_category.py
	both added:      erpnext/assets/doctype/asset_category_account/asset_category_account.json
	both added:      erpnext/assets/doctype/asset_depreciation_schedule/asset_depreciation_schedule.json
	both added:      erpnext/assets/doctype/asset_depreciation_schedule/test_asset_depreciation_schedule.py
	both added:      erpnext/assets/doctype/asset_finance_book/asset_finance_book.json
	both added:      erpnext/assets/doctype/asset_maintenance/asset_maintenance.json
	both added:      erpnext/assets/doctype/asset_maintenance/asset_maintenance.py
	both added:      erpnext/assets/doctype/asset_maintenance/test_asset_maintenance.py
	both added:      erpnext/assets/doctype/asset_maintenance_log/asset_maintenance_log.json
	both added:      erpnext/assets/doctype/asset_maintenance_log/test_asset_maintenance_log.py
	both added:      erpnext/assets/doctype/asset_maintenance_task/asset_maintenance_task.json
	both added:      erpnext/assets/doctype/asset_maintenance_team/asset_maintenance_team.json
	both added:      erpnext/assets/doctype/asset_maintenance_team/test_asset_maintenance_team.py
	both added:      erpnext/assets/doctype/asset_movement/asset_movement.json
	both added:      erpnext/assets/doctype/asset_movement/asset_movement.py
	both added:      erpnext/assets/doctype/asset_movement/test_asset_movement.py
	both added:      erpnext/assets/doctype/asset_movement_item/asset_movement_item.json
	both added:      erpnext/assets/doctype/asset_repair/asset_repair.js
	both added:      erpnext/assets/doctype/asset_repair/asset_repair.json
	both added:      erpnext/assets/doctype/asset_repair/asset_repair.py
	both added:      erpnext/assets/doctype/asset_repair/test_asset_repair.py
	both added:      erpnext/assets/doctype/asset_repair_consumed_item/asset_repair_consumed_item.json
	both added:      erpnext/assets/doctype/asset_shift_allocation/asset_shift_allocation.json
	both added:      erpnext/assets/doctype/asset_shift_allocation/test_asset_shift_allocation.py
	both added:      erpnext/assets/doctype/asset_shift_factor/asset_shift_factor.json
	both added:      erpnext/assets/doctype/asset_shift_factor/test_asset_shift_factor.py
	both added:      erpnext/assets/doctype/asset_value_adjustment/asset_value_adjustment.js
	both added:      erpnext/assets/doctype/asset_value_adjustment/asset_value_adjustment.json
	both added:      erpnext/assets/doctype/asset_value_adjustment/asset_value_adjustment.py
	both added:      erpnext/assets/doctype/asset_value_adjustment/test_asset_value_adjustment.py
	both added:      erpnext/assets/doctype/depreciation_schedule/depreciation_schedule.json
	both added:      erpnext/assets/doctype/linked_location/linked_location.json
	both added:      erpnext/assets/doctype/location/location.json
	both added:      erpnext/assets/doctype/location/test_location.py
	both added:      erpnext/assets/doctype/maintenance_team_member/maintenance_team_member.json
	both added:      erpnext/assets/doctype/maintenance_team_member/test_maintenance_team_member.py
	both added:      erpnext/assets/report/fixed_asset_register/fixed_asset_register.py
	both added:      erpnext/bulk_transaction/doctype/bulk_transaction_log/bulk_transaction_log.json
	both added:      erpnext/bulk_transaction/doctype/bulk_transaction_log/test_bulk_transaction_log.py
	both added:      erpnext/bulk_transaction/doctype/bulk_transaction_log_detail/bulk_transaction_log_detail.json
	both added:      erpnext/bulk_transaction/doctype/bulk_transaction_log_detail/test_bulk_transaction_log_detail.py
	both added:      erpnext/buying/doctype/buying_settings/buying_settings.json
	both added:      erpnext/buying/doctype/buying_settings/test_buying_settings.py
	both added:      erpnext/buying/doctype/purchase_order/purchase_order.js
	both added:      erpnext/buying/doctype/purchase_order/purchase_order.json
	both added:      erpnext/buying/doctype/purchase_order/purchase_order.py
	both added:      erpnext/buying/doctype/purchase_order/purchase_order_list.js
	both added:      erpnext/buying/doctype/purchase_order/test_purchase_order.py
	both added:      erpnext/buying/doctype/purchase_order_item/purchase_order_item.json
	both added:      erpnext/buying/doctype/purchase_order_item/purchase_order_item.py
	both added:      erpnext/buying/doctype/purchase_order_item_supplied/purchase_order_item_supplied.json
	both added:      erpnext/buying/doctype/purchase_receipt_item_supplied/purchase_receipt_item_supplied.json
	both added:      erpnext/buying/doctype/request_for_quotation/request_for_quotation.js
	both added:      erpnext/buying/doctype/request_for_quotation/request_for_quotation.json
	both added:      erpnext/buying/doctype/request_for_quotation/request_for_quotation.py
	both added:      erpnext/buying/doctype/request_for_quotation/test_request_for_quotation.py
	both added:      erpnext/buying/doctype/request_for_quotation_item/request_for_quotation_item.json
	both added:      erpnext/buying/doctype/request_for_quotation_supplier/request_for_quotation_supplier.json
	both added:      erpnext/buying/doctype/supplier/supplier.json
	both added:      erpnext/buying/doctype/supplier/supplier_dashboard.py
	both added:      erpnext/buying/doctype/supplier/test_supplier.py
	both added:      erpnext/buying/doctype/supplier_quotation/supplier_quotation.js
	both added:      erpnext/buying/doctype/supplier_quotation/supplier_quotation.json
	both added:      erpnext/buying/doctype/supplier_quotation/supplier_quotation.py
	both added:      erpnext/buying/doctype/supplier_quotation/test_supplier_quotation.py
	both added:      erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.json
	both added:      erpnext/buying/doctype/supplier_quotation_item/supplier_quotation_item.py
	both added:      erpnext/buying/doctype/supplier_scorecard/supplier_scorecard.json
	both added:      erpnext/buying/doctype/supplier_scorecard/supplier_scorecard.py
	both added:      erpnext/buying/doctype/supplier_scorecard/test_supplier_scorecard.py
	both added:      erpnext/buying/doctype/supplier_scorecard_criteria/supplier_scorecard_criteria.json
	both added:      erpnext/buying/doctype/supplier_scorecard_criteria/test_supplier_scorecard_criteria.py
	both added:      erpnext/buying/doctype/supplier_scorecard_period/supplier_scorecard_period.json
	both added:      erpnext/buying/doctype/supplier_scorecard_period/test_supplier_scorecard_period.py
	both added:      erpnext/buying/doctype/supplier_scorecard_scoring_criteria/supplier_scorecard_scoring_criteria.json
	both added:      erpnext/buying/doctype/supplier_scorecard_scoring_standing/supplier_scorecard_scoring_standing.json
	both added:      erpnext/buying/doctype/supplier_scorecard_scoring_variable/supplier_scorecard_scoring_variable.json
	both added:      erpnext/buying/doctype/supplier_scorecard_standing/supplier_scorecard_standing.json
	both added:      erpnext/buying/doctype/supplier_scorecard_standing/test_supplier_scorecard_standing.py
	both added:      erpnext/buying/doctype/supplier_scorecard_variable/supplier_scorecard_variable.json
	both added:      erpnext/buying/doctype/supplier_scorecard_variable/supplier_scorecard_variable.py
	both added:      erpnext/buying/doctype/supplier_scorecard_variable/test_supplier_scorecard_variable.py
	both added:      erpnext/buying/report/procurement_tracker/test_procurement_tracker.py
	both added:      erpnext/buying/report/purchase_order_analysis/purchase_order_analysis.js
	both added:      erpnext/buying/report/purchase_order_analysis/purchase_order_analysis.py
	both added:      erpnext/buying/report/requested_items_to_order_and_receive/test_requested_items_to_order_and_receive.py
	both added:      erpnext/buying/report/subcontracted_item_to_be_received/test_subcontracted_item_to_be_received.py
	both added:      erpnext/buying/report/subcontracted_raw_materials_to_be_transferred/test_subcontracted_raw_materials_to_be_transferred.py
	both added:      erpnext/buying/utils.py
	both added:      erpnext/communication/doctype/communication_medium/communication_medium.json
	both added:      erpnext/communication/doctype/communication_medium_timeslot/communication_medium_timeslot.json
	both added:      erpnext/controllers/accounts_controller.py
	both added:      erpnext/controllers/buying_controller.py
	both added:      erpnext/controllers/queries.py
	both added:      erpnext/controllers/sales_and_purchase_return.py
	both added:      erpnext/controllers/selling_controller.py
	both added:      erpnext/controllers/status_updater.py
	both added:      erpnext/controllers/stock_controller.py
	both added:      erpnext/controllers/subcontracting_controller.py
	both added:      erpnext/controllers/taxes_and_totals.py
	both added:      erpnext/controllers/tests/test_accounts_controller.py
	both added:      erpnext/controllers/tests/test_item_variant.py
	both added:      erpnext/controllers/tests/test_mapper.py
	both added:      erpnext/controllers/tests/test_qty_based_taxes.py
	both added:      erpnext/controllers/tests/test_queries.py
	both added:      erpnext/controllers/tests/test_subcontracting_controller.py
	both added:      erpnext/controllers/tests/test_transaction_base.py
	both added:      erpnext/controllers/website_list_for_contact.py
	both added:      erpnext/crm/dashboard_chart/lead_source/lead_source.json
	both added:      erpnext/crm/dashboard_chart/opportunities_via_campaigns/opportunities_via_campaigns.json
	both added:      erpnext/crm/doctype/appointment/appointment.json
	both added:      erpnext/crm/doctype/appointment/appointment.py
	both added:      erpnext/crm/doctype/appointment/test_appointment.py
	both added:      erpnext/crm/doctype/appointment_booking_settings/appointment_booking_settings.json
	both added:      erpnext/crm/doctype/appointment_booking_settings/test_appointment_booking_settings.py
	both added:      erpnext/crm/doctype/appointment_booking_slots/appointment_booking_slots.json
	both added:      erpnext/crm/doctype/availability_of_slots/availability_of_slots.json
	both added:      erpnext/crm/doctype/campaign/campaign.js
	both added:      erpnext/crm/doctype/campaign/campaign.json
	both added:      erpnext/crm/doctype/campaign/campaign.py
	both added:      erpnext/crm/doctype/campaign/test_campaign.py
	both added:      erpnext/crm/doctype/campaign_email_schedule/campaign_email_schedule.json
	both added:      erpnext/crm/doctype/competitor/competitor.json
	both added:      erpnext/crm/doctype/competitor/test_competitor.py
	both added:      erpnext/crm/doctype/competitor_detail/competitor_detail.json
	both added:      erpnext/crm/doctype/contract/contract.json
	both added:      erpnext/crm/doctype/contract/test_contract.py
	both added:      erpnext/crm/doctype/contract_fulfilment_checklist/contract_fulfilment_checklist.json
	both added:      erpnext/crm/doctype/contract_fulfilment_checklist/test_contract_fulfilment_checklist.py
	both added:      erpnext/crm/doctype/contract_template/contract_template.json
	both added:      erpnext/crm/doctype/contract_template/test_contract_template.py
	both added:      erpnext/crm/doctype/contract_template_fulfilment_terms/contract_template_fulfilment_terms.json
	both added:      erpnext/crm/doctype/crm_note/crm_note.json
	both added:      erpnext/crm/doctype/crm_settings/crm_settings.json
	both added:      erpnext/crm/doctype/crm_settings/test_crm_settings.py
	both added:      erpnext/crm/doctype/email_campaign/email_campaign.json
	both added:      erpnext/crm/doctype/email_campaign/email_campaign.py
	both added:      erpnext/crm/doctype/email_campaign/test_email_campaign.py
	both added:      erpnext/crm/doctype/lead/lead.json
	both added:      erpnext/crm/doctype/lead/lead.py
	both added:      erpnext/crm/doctype/lead/test_lead.py
	both added:      erpnext/crm/doctype/lost_reason_detail/lost_reason_detail.json
	both added:      erpnext/crm/doctype/market_segment/market_segment.json
	both added:      erpnext/crm/doctype/market_segment/test_market_segment.py
	both added:      erpnext/crm/doctype/opportunity/opportunity.js
	both added:      erpnext/crm/doctype/opportunity/opportunity.json
	both added:      erpnext/crm/doctype/opportunity/opportunity.py
	both added:      erpnext/crm/doctype/opportunity/test_opportunity.py
	both added:      erpnext/crm/doctype/opportunity_item/opportunity_item.json
	both added:      erpnext/crm/doctype/opportunity_lost_reason/opportunity_lost_reason.json
	both added:      erpnext/crm/doctype/opportunity_lost_reason_detail/opportunity_lost_reason_detail.json
	both added:      erpnext/crm/doctype/opportunity_type/opportunity_type.json
	both added:      erpnext/crm/doctype/opportunity_type/test_opportunity_type.py
	both added:      erpnext/crm/doctype/prospect/prospect.json
	both added:      erpnext/crm/doctype/prospect/test_prospect.py
	both added:      erpnext/crm/doctype/prospect_lead/prospect_lead.json
	both added:      erpnext/crm/doctype/prospect_opportunity/prospect_opportunity.json
	both added:      erpnext/crm/doctype/sales_stage/sales_stage.json
	both added:      erpnext/crm/doctype/sales_stage/test_sales_stage.py
	both added:      erpnext/crm/doctype/utils.py
	both added:      erpnext/crm/report/campaign_efficiency/campaign_efficiency.py
	both added:      erpnext/crm/report/opportunity_summary_by_sales_stage/opportunity_summary_by_sales_stage.js
	both added:      erpnext/crm/report/opportunity_summary_by_sales_stage/opportunity_summary_by_sales_stage.py
	both added:      erpnext/crm/report/opportunity_summary_by_sales_stage/test_opportunity_summary_by_sales_stage.py
	both added:      erpnext/crm/report/sales_pipeline_analytics/sales_pipeline_analytics.js
	both added:      erpnext/crm/report/sales_pipeline_analytics/sales_pipeline_analytics.py
	both added:      erpnext/crm/report/sales_pipeline_analytics/test_sales_pipeline_analytics.py
	both added:      erpnext/crm/workspace/crm/crm.json
	both added:      erpnext/edi/doctype/code_list/code_list_import.py
	both added:      erpnext/erpnext_integrations/doctype/plaid_settings/plaid_settings.json
	both added:      erpnext/erpnext_integrations/doctype/plaid_settings/test_plaid_settings.py
	both added:      erpnext/erpnext_integrations/doctype/quickbooks_migrator/quickbooks_migrator.json
	both added:      erpnext/erpnext_integrations/doctype/quickbooks_migrator/test_quickbooks_migrator.py
	both added:      erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.json
	both added:      erpnext/erpnext_integrations/doctype/tally_migration/tally_migration.py
	both added:      erpnext/erpnext_integrations/doctype/tally_migration/test_tally_migration.py
	both added:      erpnext/erpnext_integrations/utils.py
	both added:      erpnext/hooks.py
	both added:      erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.json
	both added:      erpnext/maintenance/doctype/maintenance_schedule/maintenance_schedule.py
	both added:      erpnext/maintenance/doctype/maintenance_schedule/test_maintenance_schedule.py
	both added:      erpnext/maintenance/doctype/maintenance_schedule_detail/maintenance_schedule_detail.json
	both added:      erpnext/maintenance/doctype/maintenance_schedule_item/maintenance_schedule_item.json
	both added:      erpnext/maintenance/doctype/maintenance_visit/maintenance_visit.json
	both added:      erpnext/maintenance/doctype/maintenance_visit/maintenance_visit.py
	both added:      erpnext/maintenance/doctype/maintenance_visit/test_maintenance_visit.py
	both added:      erpnext/maintenance/doctype/maintenance_visit_purpose/maintenance_visit_purpose.json
	both added:      erpnext/manufacturing/doctype/blanket_order/blanket_order.json
	both added:      erpnext/manufacturing/doctype/blanket_order/blanket_order.py
	both added:      erpnext/manufacturing/doctype/blanket_order/test_blanket_order.py
	both added:      erpnext/manufacturing/doctype/blanket_order_item/blanket_order_item.json
	both added:      erpnext/manufacturing/doctype/bom/bom.js
	both added:      erpnext/manufacturing/doctype/bom/bom.json
	both added:      erpnext/manufacturing/doctype/bom/bom.py
	both added:      erpnext/manufacturing/doctype/bom/test_bom.py
	both added:      erpnext/manufacturing/doctype/bom_creator/bom_creator.js
	both added:      erpnext/manufacturing/doctype/bom_creator/bom_creator.json
	both added:      erpnext/manufacturing/doctype/bom_creator/bom_creator.py
	both added:      erpnext/manufacturing/doctype/bom_creator/test_bom_creator.py
	both added:      erpnext/manufacturing/doctype/bom_creator_item/bom_creator_item.json
	both added:      erpnext/manufacturing/doctype/bom_creator_item/bom_creator_item.py
	both added:      erpnext/manufacturing/doctype/bom_explosion_item/bom_explosion_item.json
	both added:      erpnext/manufacturing/doctype/bom_item/bom_item.json
	both added:      erpnext/manufacturing/doctype/bom_item/bom_item.py
	both added:      erpnext/manufacturing/doctype/bom_operation/bom_operation.json
	both added:      erpnext/manufacturing/doctype/bom_operation/bom_operation.py
	both added:      erpnext/manufacturing/doctype/bom_scrap_item/bom_scrap_item.json
	both added:      erpnext/manufacturing/doctype/bom_update_batch/bom_update_batch.json
	both added:      erpnext/manufacturing/doctype/bom_update_log/bom_update_log.json
	both added:      erpnext/manufacturing/doctype/bom_update_log/bom_update_log.py
	both added:      erpnext/manufacturing/doctype/bom_update_log/test_bom_update_log.py
	both added:      erpnext/manufacturing/doctype/bom_update_tool/bom_update_tool.json
	both added:      erpnext/manufacturing/doctype/bom_update_tool/test_bom_update_tool.py
	both added:      erpnext/manufacturing/doctype/bom_website_item/bom_website_item.json
	both added:      erpnext/manufacturing/doctype/bom_website_operation/bom_website_operation.json
	both added:      erpnext/manufacturing/doctype/downtime_entry/downtime_entry.json
	both added:      erpnext/manufacturing/doctype/downtime_entry/test_downtime_entry.py
	both added:      erpnext/manufacturing/doctype/job_card/job_card.js
	both added:      erpnext/manufacturing/doctype/job_card/job_card.json
	both added:      erpnext/manufacturing/doctype/job_card/job_card.py
	both added:      erpnext/manufacturing/doctype/job_card/job_card_dashboard.py
	both added:      erpnext/manufacturing/doctype/job_card/test_job_card.py
	both added:      erpnext/manufacturing/doctype/job_card_item/job_card_item.json
	both added:      erpnext/manufacturing/doctype/job_card_operation/job_card_operation.json
	both added:      erpnext/manufacturing/doctype/job_card_scheduled_time/job_card_scheduled_time.json
	both added:      erpnext/manufacturing/doctype/job_card_scrap_item/job_card_scrap_item.json
	both added:      erpnext/manufacturing/doctype/job_card_time_log/job_card_time_log.json
	both added:      erpnext/manufacturing/doctype/manufacturing_settings/manufacturing_settings.json
	both added:      erpnext/manufacturing/doctype/manufacturing_settings/test_manufacturing_settings.py
	both added:      erpnext/manufacturing/doctype/material_request_plan_item/material_request_plan_item.json
	both added:      erpnext/manufacturing/doctype/material_request_plan_item/test_material_request_plan_item.py
	both added:      erpnext/manufacturing/doctype/operation/operation.json
	both added:      erpnext/manufacturing/doctype/operation/test_operation.py
	both added:      erpnext/manufacturing/doctype/plant_floor/plant_floor.js
	both added:      erpnext/manufacturing/doctype/plant_floor/plant_floor.json
	both added:      erpnext/manufacturing/doctype/plant_floor/test_plant_floor.py
	both added:      erpnext/manufacturing/doctype/production_plan/production_plan.json
	both added:      erpnext/manufacturing/doctype/production_plan/test_production_plan.py
	both added:      erpnext/manufacturing/doctype/production_plan_item/production_plan_item.json
	both added:      erpnext/manufacturing/doctype/production_plan_item_reference/production_plan_item_reference.json
	both added:      erpnext/manufacturing/doctype/production_plan_material_request/production_plan_material_request.json
	both added:      erpnext/manufacturing/doctype/production_plan_material_request_warehouse/production_plan_material_request_warehouse.json
	both added:      erpnext/manufacturing/doctype/production_plan_material_request_warehouse/test_production_plan_material_request_warehouse.py
	both added:      erpnext/manufacturing/doctype/production_plan_sales_order/production_plan_sales_order.json
	both added:      erpnext/manufacturing/doctype/production_plan_sub_assembly_item/production_plan_sub_assembly_item.json
	both added:      erpnext/manufacturing/doctype/routing/routing.json
	both added:      erpnext/manufacturing/doctype/routing/routing.py
	both added:      erpnext/manufacturing/doctype/routing/test_routing.py
	both added:      erpnext/manufacturing/doctype/sub_operation/sub_operation.json
	both added:      erpnext/manufacturing/doctype/sub_operation/test_sub_operation.py
	both added:      erpnext/manufacturing/doctype/work_order/test_work_order.py
	both added:      erpnext/manufacturing/doctype/work_order/work_order.js
	both added:      erpnext/manufacturing/doctype/work_order/work_order.json
	both added:      erpnext/manufacturing/doctype/work_order/work_order.py
	both added:      erpnext/manufacturing/doctype/work_order_item/work_order_item.json
	both added:      erpnext/manufacturing/doctype/work_order_operation/work_order_operation.json
	both added:      erpnext/manufacturing/doctype/work_order_operation/work_order_operation.py
	both added:      erpnext/manufacturing/doctype/workstation/test_workstation.py
	both added:      erpnext/manufacturing/doctype/workstation/workstation.js
	both added:      erpnext/manufacturing/doctype/workstation/workstation.json
	both added:      erpnext/manufacturing/doctype/workstation/workstation.py
	both added:      erpnext/manufacturing/doctype/workstation/workstation_job_card.html
	both added:      erpnext/manufacturing/doctype/workstation_type/test_workstation_type.py
	both added:      erpnext/manufacturing/doctype/workstation_type/workstation_type.json
	both added:      erpnext/manufacturing/doctype/workstation_working_hour/workstation_working_hour.json
	both added:      erpnext/manufacturing/notification/material_request_receipt_notification/material_request_receipt_notification.json
	both added:      erpnext/manufacturing/report/bom_stock_calculated/test_bom_stock_calculated.py
	both added:      erpnext/manufacturing/report/bom_stock_report/test_bom_stock_report.py
	both added:      erpnext/manufacturing/report/production_analytics/production_analytics.py
	both added:      erpnext/manufacturing/report/quality_inspection_summary/quality_inspection_summary.py
	both added:      erpnext/manufacturing/report/test_reports.py
	both added:      erpnext/patches.txt
	both added:      erpnext/patches/v11_0/create_department_records_for_each_company.py
	both added:      erpnext/patches/v11_0/make_location_from_warehouse.py
	both added:      erpnext/patches/v11_0/rebuild_tree_for_company.py
	both added:      erpnext/patches/v11_0/rename_supplier_type_to_supplier_group.py
	both added:      erpnext/patches/v11_0/update_department_lft_rgt.py
	both added:      erpnext/patches/v13_0/modify_invalid_gain_loss_gl_entries.py
	both added:      erpnext/patches/v14_0/migrate_crm_settings.py
	both added:      erpnext/patches/v14_0/migrate_gl_to_payment_ledger.py
	both added:      erpnext/patches/v15_0/create_advance_payment_ledger_records.py
	both added:      erpnext/patches/v15_0/create_asset_depreciation_schedules_from_assets.py
	both added:      erpnext/patches/v15_0/update_gpa_and_ndb_for_assdeprsch.py
	both added:      erpnext/portal/doctype/website_attribute/website_attribute.json
	both added:      erpnext/portal/doctype/website_filter_field/website_filter_field.json
	both added:      erpnext/portal/utils.py
	both added:      erpnext/projects/doctype/activity_cost/activity_cost.json
	both added:      erpnext/projects/doctype/activity_cost/test_activity_cost.py
	both added:      erpnext/projects/doctype/activity_type/activity_type.json
	both added:      erpnext/projects/doctype/activity_type/test_activity_type.py
	both added:      erpnext/projects/doctype/dependent_task/dependent_task.json
	both added:      erpnext/projects/doctype/project/project.json
	both added:      erpnext/projects/doctype/project/project.py
	both added:      erpnext/projects/doctype/project/test_project.py
	both added:      erpnext/projects/doctype/project_template/project_template.json
	both added:      erpnext/projects/doctype/project_template/test_project_template.py
	both added:      erpnext/projects/doctype/project_template_task/project_template_task.json
	both added:      erpnext/projects/doctype/project_type/project_type.json
	both added:      erpnext/projects/doctype/project_type/test_project_type.py
	both added:      erpnext/projects/doctype/project_update/project_update.json
	both added:      erpnext/projects/doctype/project_update/test_project_update.py
	both added:      erpnext/projects/doctype/project_user/project_user.json
	both added:      erpnext/projects/doctype/projects_settings/projects_settings.json
	both added:      erpnext/projects/doctype/projects_settings/test_projects_settings.py
	both added:      erpnext/projects/doctype/task/task.js
	both added:      erpnext/projects/doctype/task/task.json
	both added:      erpnext/projects/doctype/task/task.py
	both added:      erpnext/projects/doctype/task/test_task.py
	both added:      erpnext/projects/doctype/task_depends_on/task_depends_on.json
	both added:      erpnext/projects/doctype/task_type/task_type.json
	both added:      erpnext/projects/doctype/task_type/test_task_type.py
	both added:      erpnext/projects/doctype/timesheet/test_timesheet.py
	both added:      erpnext/projects/doctype/timesheet/timesheet.js
	both added:      erpnext/projects/doctype/timesheet/timesheet.json
	both added:      erpnext/projects/doctype/timesheet/timesheet.py
	both added:      erpnext/projects/doctype/timesheet_detail/timesheet_detail.json
	both added:      erpnext/projects/doctype/timesheet_detail/timesheet_detail.py
	both added:      erpnext/projects/report/delayed_tasks_summary/delayed_tasks_summary.py
	both added:      erpnext/projects/report/delayed_tasks_summary/test_delayed_tasks_summary.py
	both added:      erpnext/projects/workspace/projects/projects.json
	both added:      erpnext/public/images/erpnext-logo.svg
	both added:      erpnext/public/js/bom_configurator/bom_configurator.bundle.js
	both added:      erpnext/public/js/bulk_transaction_processing.js
	both added:      erpnext/public/js/controllers/accounts.js
	both added:      erpnext/public/js/controllers/taxes_and_totals.js
	both added:      erpnext/public/js/controllers/transaction.js
	both added:      erpnext/public/js/financial_statements.js
	both added:      erpnext/public/js/plant_floor_visual/visual_plant.js
	both added:      erpnext/public/js/projects/timer.js
	both added:      erpnext/public/js/setup_wizard.js
	both added:      erpnext/public/js/templates/visual_plant_floor_template.html
	both added:      erpnext/public/js/utils.js
	both added:      erpnext/public/js/utils/dimension_tree_filter.js
	both added:      erpnext/public/scss/erpnext.scss
	both added:      erpnext/quality_management/doctype/non_conformance/non_conformance.json
	both added:      erpnext/quality_management/doctype/non_conformance/test_non_conformance.py
	both added:      erpnext/quality_management/doctype/quality_action/quality_action.json
	both added:      erpnext/quality_management/doctype/quality_action/test_quality_action.py
	both added:      erpnext/quality_management/doctype/quality_action_resolution/quality_action_resolution.json
	both added:      erpnext/quality_management/doctype/quality_feedback/quality_feedback.json
	both added:      erpnext/quality_management/doctype/quality_feedback/test_quality_feedback.py
	both added:      erpnext/quality_management/doctype/quality_feedback_parameter/quality_feedback_parameter.json
	both added:      erpnext/quality_management/doctype/quality_feedback_template/quality_feedback_template.json
	both added:      erpnext/quality_management/doctype/quality_feedback_template/test_quality_feedback_template.py
	both added:      erpnext/quality_management/doctype/quality_feedback_template_parameter/quality_feedback_template_parameter.json
	both added:      erpnext/quality_management/doctype/quality_goal/quality_goal.json
	both added:      erpnext/quality_management/doctype/quality_goal/test_quality_goal.py
	both added:      erpnext/quality_management/doctype/quality_goal_objective/quality_goal_objective.json
	both added:      erpnext/quality_management/doctype/quality_meeting/quality_meeting.json
	both added:      erpnext/quality_management/doctype/quality_meeting/test_quality_meeting.py
	both added:      erpnext/quality_management/doctype/quality_meeting_agenda/quality_meeting_agenda.json
	both added:      erpnext/quality_management/doctype/quality_meeting_agenda/test_quality_meeting_agenda.py
	both added:      erpnext/quality_management/doctype/quality_meeting_minutes/quality_meeting_minutes.json
	both added:      erpnext/quality_management/doctype/quality_procedure/quality_procedure.json
	both added:      erpnext/quality_management/doctype/quality_procedure/test_quality_procedure.py
	both added:      erpnext/quality_management/doctype/quality_procedure_process/quality_procedure_process.json
	both added:      erpnext/quality_management/doctype/quality_review/quality_review.json
	both added:      erpnext/quality_management/doctype/quality_review/test_quality_review.py
	both added:      erpnext/quality_management/doctype/quality_review_objective/quality_review_objective.json
	both added:      erpnext/regional/doctype/import_supplier_invoice/import_supplier_invoice.json
	both added:      erpnext/regional/doctype/import_supplier_invoice/import_supplier_invoice.py
	both added:      erpnext/regional/doctype/import_supplier_invoice/test_import_supplier_invoice.py
	both added:      erpnext/regional/doctype/lower_deduction_certificate/lower_deduction_certificate.json
	both added:      erpnext/regional/doctype/lower_deduction_certificate/lower_deduction_certificate.py
	both added:      erpnext/regional/doctype/lower_deduction_certificate/test_lower_deduction_certificate.py
	both added:      erpnext/regional/doctype/south_africa_vat_settings/south_africa_vat_settings.json
	both added:      erpnext/regional/doctype/south_africa_vat_settings/test_south_africa_vat_settings.py
	both added:      erpnext/regional/doctype/uae_vat_account/uae_vat_account.json
	both added:      erpnext/regional/doctype/uae_vat_settings/test_uae_vat_settings.py
	both added:      erpnext/regional/doctype/uae_vat_settings/uae_vat_settings.json
	both added:      erpnext/regional/italy/utils.py
	both added:      erpnext/regional/print_format/detailed_tax_invoice/detailed_tax_invoice.json
	both added:      erpnext/regional/print_format/tax_invoice/tax_invoice.json
	both added:      erpnext/regional/report/uae_vat_201/test_uae_vat_201.py
	both added:      erpnext/regional/report/vat_audit_report/vat_audit_report.py
	both added:      erpnext/regional/united_states/test_united_states.py
	both added:      erpnext/selling/doctype/customer/customer.js
	both added:      erpnext/selling/doctype/customer/customer.json
	both added:      erpnext/selling/doctype/customer/customer.py
	both added:      erpnext/selling/doctype/customer/customer_dashboard.py
	both added:      erpnext/selling/doctype/customer/test_customer.py
	both added:      erpnext/selling/doctype/customer_credit_limit/customer_credit_limit.json
	both added:      erpnext/selling/doctype/industry_type/industry_type.json
	both added:      erpnext/selling/doctype/industry_type/test_industry_type.py
	both added:      erpnext/selling/doctype/installation_note/installation_note.json
	both added:      erpnext/selling/doctype/installation_note/installation_note.py
	both added:      erpnext/selling/doctype/installation_note/test_installation_note.py
	both added:      erpnext/selling/doctype/installation_note_item/installation_note_item.json
	both added:      erpnext/selling/doctype/party_specific_item/party_specific_item.json
	both added:      erpnext/selling/doctype/party_specific_item/test_party_specific_item.py
	both added:      erpnext/selling/doctype/product_bundle/product_bundle.js
	both added:      erpnext/selling/doctype/product_bundle/product_bundle.json
	both added:      erpnext/selling/doctype/product_bundle/test_product_bundle.py
	both added:      erpnext/selling/doctype/product_bundle_item/product_bundle_item.json
	both added:      erpnext/selling/doctype/quotation/quotation.json
	both added:      erpnext/selling/doctype/quotation/quotation.py
	both added:      erpnext/selling/doctype/quotation/test_quotation.py
	both added:      erpnext/selling/doctype/quotation_item/quotation_item.json
	both added:      erpnext/selling/doctype/quotation_item/quotation_item.py
	both added:      erpnext/selling/doctype/sales_order/sales_order.js
	both added:      erpnext/selling/doctype/sales_order/sales_order.json
	both added:      erpnext/selling/doctype/sales_order/sales_order.py
	both added:      erpnext/selling/doctype/sales_order/sales_order_list.js
	both added:      erpnext/selling/doctype/sales_order/test_sales_order.py
	both added:      erpnext/selling/doctype/sales_order_item/sales_order_item.json
	both added:      erpnext/selling/doctype/sales_order_item/sales_order_item.py
	both added:      erpnext/selling/doctype/sales_partner_type/sales_partner_type.json
	both added:      erpnext/selling/doctype/sales_partner_type/test_sales_partner_type.py
	both added:      erpnext/selling/doctype/sales_team/sales_team.json
	both added:      erpnext/selling/doctype/selling_settings/selling_settings.json
	both added:      erpnext/selling/doctype/selling_settings/selling_settings.py
	both added:      erpnext/selling/doctype/selling_settings/test_selling_settings.py
	both added:      erpnext/selling/doctype/sms_center/sms_center.json
	both added:      erpnext/selling/page/point_of_sale/pos_controller.js
	both added:      erpnext/selling/page/point_of_sale/pos_item_cart.js
	both added:      erpnext/selling/page/point_of_sale/pos_past_order_summary.js
	both added:      erpnext/selling/page/point_of_sale/pos_payment.js
	both added:      erpnext/selling/page/sales_funnel/sales_funnel.js
	both added:      erpnext/selling/page/sales_funnel/sales_funnel.py
	both added:      erpnext/selling/report/address_and_contacts/address_and_contacts.py
	both added:      erpnext/selling/report/customer_credit_balance/customer_credit_balance.py
	both added:      erpnext/selling/report/payment_terms_status_for_sales_order/payment_terms_status_for_sales_order.py
	both added:      erpnext/selling/report/payment_terms_status_for_sales_order/test_payment_terms_status_for_sales_order.py
	both added:      erpnext/selling/report/pending_so_items_for_purchase_request/test_pending_so_items_for_purchase_request.py
	both added:      erpnext/selling/report/sales_analytics/sales_analytics.js
	both added:      erpnext/selling/report/sales_analytics/sales_analytics.py
	both added:      erpnext/selling/report/sales_analytics/test_analytics.py
	both added:      erpnext/selling/report/sales_order_analysis/sales_order_analysis.js
	both added:      erpnext/selling/report/sales_order_analysis/sales_order_analysis.py
	both added:      erpnext/selling/report/sales_order_analysis/test_sales_order_analysis.py
	both added:      erpnext/selling/report/sales_partner_target_variance_based_on_item_group/test_sales_partner_target_variance_based_on_item_group.py
	both added:      erpnext/selling/report/sales_person_target_variance_based_on_item_group/test_sales_person_target_variance_based_on_item_group.py
	both added:      erpnext/selling/workspace/selling/selling.json
	both added:      erpnext/setup/doctype/authorization_control/authorization_control.json
	both added:      erpnext/setup/doctype/authorization_control/authorization_control.py
	both added:      erpnext/setup/doctype/authorization_rule/authorization_rule.json
	both added:      erpnext/setup/doctype/authorization_rule/test_authorization_rule.py
	both added:      erpnext/setup/doctype/branch/branch.json
	both added:      erpnext/setup/doctype/branch/test_branch.py
	both added:      erpnext/setup/doctype/brand/brand.json
	both added:      erpnext/setup/doctype/brand/test_brand.py
	both added:      erpnext/setup/doctype/company/company.js
	both added:      erpnext/setup/doctype/company/company.json
	both added:      erpnext/setup/doctype/company/company.py
	both added:      erpnext/setup/doctype/company/test_company.py
	both added:      erpnext/setup/doctype/currency_exchange/test_currency_exchange.py
	both added:      erpnext/setup/doctype/customer_group/customer_group.json
	both added:      erpnext/setup/doctype/customer_group/customer_group.py
	both added:      erpnext/setup/doctype/customer_group/test_customer_group.py
	both added:      erpnext/setup/doctype/department/department.json
	both added:      erpnext/setup/doctype/department/department.py
	both added:      erpnext/setup/doctype/department/test_department.py
	both added:      erpnext/setup/doctype/designation/designation.json
	both added:      erpnext/setup/doctype/designation/test_designation.py
	both added:      erpnext/setup/doctype/driver/driver.json
	both added:      erpnext/setup/doctype/driver/driver.py
	both added:      erpnext/setup/doctype/driver/test_driver.py
	both added:      erpnext/setup/doctype/driving_license_category/driving_license_category.json
	both added:      erpnext/setup/doctype/email_digest/email_digest.json
	both added:      erpnext/setup/doctype/email_digest/email_digest.py
	both added:      erpnext/setup/doctype/email_digest/test_email_digest.py
	both added:      erpnext/setup/doctype/email_digest_recipient/email_digest_recipient.json
	both added:      erpnext/setup/doctype/employee/employee.json
	both added:      erpnext/setup/doctype/employee/employee.py
	both added:      erpnext/setup/doctype/employee/test_employee.py
	both added:      erpnext/setup/doctype/employee_education/employee_education.json
	both added:      erpnext/setup/doctype/employee_external_work_history/employee_external_work_history.json
	both added:      erpnext/setup/doctype/employee_group/employee_group.json
	both added:      erpnext/setup/doctype/employee_group/test_employee_group.py
	both added:      erpnext/setup/doctype/employee_group_table/employee_group_table.json
	both added:      erpnext/setup/doctype/employee_internal_work_history/employee_internal_work_history.json
	both added:      erpnext/setup/doctype/global_defaults/global_defaults.json
	both added:      erpnext/setup/doctype/global_defaults/test_global_defaults.py
	both added:      erpnext/setup/doctype/holiday/holiday.json
	both added:      erpnext/setup/doctype/holiday_list/holiday_list.json
	both added:      erpnext/setup/doctype/holiday_list/test_holiday_list.py
	both added:      erpnext/setup/doctype/incoterm/test_incoterm.py
	both added:      erpnext/setup/doctype/item_group/item_group.json
	both added:      erpnext/setup/doctype/item_group/test_item_group.py
	both added:      erpnext/setup/doctype/party_type/party_type.json
	both added:      erpnext/setup/doctype/party_type/test_party_type.py
	both added:      erpnext/setup/doctype/print_heading/print_heading.json
	both added:      erpnext/setup/doctype/print_heading/test_print_heading.py
	both added:      erpnext/setup/doctype/quotation_lost_reason/quotation_lost_reason.json
	both added:      erpnext/setup/doctype/quotation_lost_reason/test_quotation_lost_reason.py
	both added:      erpnext/setup/doctype/quotation_lost_reason_detail/quotation_lost_reason_detail.json
	both added:      erpnext/setup/doctype/sales_partner/sales_partner.json
	both added:      erpnext/setup/doctype/sales_partner/sales_partner.py
	both added:      erpnext/setup/doctype/sales_partner/test_sales_partner.py
	both added:      erpnext/setup/doctype/sales_person/sales_person.json
	both added:      erpnext/setup/doctype/sales_person/test_sales_person.py
	both added:      erpnext/setup/doctype/supplier_group/supplier_group.js
	both added:      erpnext/setup/doctype/supplier_group/supplier_group.json
	both added:      erpnext/setup/doctype/supplier_group/test_supplier_group.py
	both added:      erpnext/setup/doctype/target_detail/target_detail.json
	both added:      erpnext/setup/doctype/terms_and_conditions/terms_and_conditions.json
	both added:      erpnext/setup/doctype/terms_and_conditions/test_terms_and_conditions.py
	both added:      erpnext/setup/doctype/territory/territory.json
	both added:      erpnext/setup/doctype/territory/test_territory.py
	both added:      erpnext/setup/doctype/transaction_deletion_record/test_transaction_deletion_record.py
	both added:      erpnext/setup/doctype/transaction_deletion_record/transaction_deletion_record.json
	both added:      erpnext/setup/doctype/transaction_deletion_record_item/transaction_deletion_record_item.json
	both added:      erpnext/setup/doctype/uom/test_uom.py
	both added:      erpnext/setup/doctype/uom/uom.json
	both added:      erpnext/setup/doctype/uom/uom.py
	both added:      erpnext/setup/doctype/uom_conversion_factor/test_uom_conversion_factor.py
	both added:      erpnext/setup/doctype/uom_conversion_factor/uom_conversion_factor.json
	both added:      erpnext/setup/doctype/vehicle/test_vehicle.py
	both added:      erpnext/setup/doctype/vehicle/vehicle.json
	both added:      erpnext/setup/doctype/website_item_group/website_item_group.json
	both added:      erpnext/setup/install.py
	both added:      erpnext/setup/setup_wizard/data/country_wise_tax.json
	both added:      erpnext/setup/setup_wizard/data/uom_data.json
	both added:      erpnext/setup/setup_wizard/operations/defaults_setup.py
	both added:      erpnext/setup/setup_wizard/operations/install_fixtures.py
	both added:      erpnext/setup/utils.py
	both added:      erpnext/startup/boot.py
	both added:      erpnext/startup/leaderboard.py
	both added:      erpnext/stock/__init__.py
	both added:      erpnext/stock/deprecated_serial_batch.py
	both added:      erpnext/stock/doctype/batch/batch.json
	both added:      erpnext/stock/doctype/batch/test_batch.py
	both added:      erpnext/stock/doctype/bin/bin.json
	both added:      erpnext/stock/doctype/bin/test_bin.py
	both added:      erpnext/stock/doctype/closing_stock_balance/closing_stock_balance.json
	both added:      erpnext/stock/doctype/closing_stock_balance/test_closing_stock_balance.py
	both added:      erpnext/stock/doctype/customs_tariff_number/customs_tariff_number.json
	both added:      erpnext/stock/doctype/customs_tariff_number/test_customs_tariff_number.py
	both added:      erpnext/stock/doctype/delivery_note/delivery_note.json
	both added:      erpnext/stock/doctype/delivery_note/delivery_note.py
	both added:      erpnext/stock/doctype/delivery_note/delivery_note_list.js
	both added:      erpnext/stock/doctype/delivery_note/test_delivery_note.py
	both added:      erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
	both added:      erpnext/stock/doctype/delivery_note_item/delivery_note_item.py
	both added:      erpnext/stock/doctype/delivery_settings/delivery_settings.json
	both added:      erpnext/stock/doctype/delivery_settings/test_delivery_settings.py
	both added:      erpnext/stock/doctype/delivery_stop/delivery_stop.json
	both added:      erpnext/stock/doctype/delivery_trip/delivery_trip.js
	both added:      erpnext/stock/doctype/delivery_trip/delivery_trip.json
	both added:      erpnext/stock/doctype/delivery_trip/delivery_trip.py
	both added:      erpnext/stock/doctype/delivery_trip/test_delivery_trip.py
	both added:      erpnext/stock/doctype/inventory_dimension/inventory_dimension.json
	both added:      erpnext/stock/doctype/inventory_dimension/inventory_dimension.py
	both added:      erpnext/stock/doctype/inventory_dimension/test_inventory_dimension.py
	both added:      erpnext/stock/doctype/item/item.js
	both added:      erpnext/stock/doctype/item/item.json
	both added:      erpnext/stock/doctype/item/item.py
	both added:      erpnext/stock/doctype/item/item_list.js
	both added:      erpnext/stock/doctype/item/test_item.py
	both added:      erpnext/stock/doctype/item_alternative/item_alternative.json
	both added:      erpnext/stock/doctype/item_alternative/test_item_alternative.py
	both added:      erpnext/stock/doctype/item_attribute/item_attribute.json
	both added:      erpnext/stock/doctype/item_attribute/item_attribute.py
	both added:      erpnext/stock/doctype/item_attribute/test_item_attribute.py
	both added:      erpnext/stock/doctype/item_attribute_value/item_attribute_value.json
	both added:      erpnext/stock/doctype/item_barcode/item_barcode.json
	both added:      erpnext/stock/doctype/item_customer_detail/item_customer_detail.json
	both added:      erpnext/stock/doctype/item_default/item_default.json
	both added:      erpnext/stock/doctype/item_manufacturer/item_manufacturer.json
	both added:      erpnext/stock/doctype/item_manufacturer/test_item_manufacturer.py
	both added:      erpnext/stock/doctype/item_price/item_price.json
	both added:      erpnext/stock/doctype/item_price/item_price.py
	both added:      erpnext/stock/doctype/item_price/test_item_price.py
	both added:      erpnext/stock/doctype/item_quality_inspection_parameter/item_quality_inspection_parameter.json
	both added:      erpnext/stock/doctype/item_reorder/item_reorder.json
	both added:      erpnext/stock/doctype/item_supplier/item_supplier.json
	both added:      erpnext/stock/doctype/item_tax/item_tax.json
	both added:      erpnext/stock/doctype/item_variant/item_variant.json
	both added:      erpnext/stock/doctype/item_variant_attribute/item_variant_attribute.json
	both added:      erpnext/stock/doctype/item_variant_settings/item_variant_settings.js
	both added:      erpnext/stock/doctype/item_variant_settings/item_variant_settings.json
	both added:      erpnext/stock/doctype/item_variant_settings/test_item_variant_settings.py
	both added:      erpnext/stock/doctype/item_website_specification/item_website_specification.json
	both added:      erpnext/stock/doctype/landed_cost_item/landed_cost_item.json
	both added:      erpnext/stock/doctype/landed_cost_purchase_receipt/landed_cost_purchase_receipt.json
	both added:      erpnext/stock/doctype/landed_cost_taxes_and_charges/landed_cost_taxes_and_charges.json
	both added:      erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.json
	both added:      erpnext/stock/doctype/landed_cost_voucher/landed_cost_voucher.py
	both added:      erpnext/stock/doctype/landed_cost_voucher/test_landed_cost_voucher.py
	both added:      erpnext/stock/doctype/manufacturer/manufacturer.json
	both added:      erpnext/stock/doctype/manufacturer/test_manufacturer.py
	both added:      erpnext/stock/doctype/material_request/material_request.js
	both added:      erpnext/stock/doctype/material_request/material_request.json
	both added:      erpnext/stock/doctype/material_request/material_request.py
	both added:      erpnext/stock/doctype/material_request/material_request_list.js
	both added:      erpnext/stock/doctype/material_request/test_material_request.py
	both added:      erpnext/stock/doctype/material_request_item/material_request_item.json
	both added:      erpnext/stock/doctype/packed_item/packed_item.json
	both added:      erpnext/stock/doctype/packed_item/packed_item.py
	both added:      erpnext/stock/doctype/packed_item/test_packed_item.py
	both added:      erpnext/stock/doctype/packing_slip/packing_slip.json
	both added:      erpnext/stock/doctype/packing_slip/test_packing_slip.py
	both added:      erpnext/stock/doctype/packing_slip_item/packing_slip_item.json
	both added:      erpnext/stock/doctype/pick_list/pick_list.json
	both added:      erpnext/stock/doctype/pick_list/pick_list_list.js
	both added:      erpnext/stock/doctype/pick_list/test_pick_list.py
	both added:      erpnext/stock/doctype/pick_list_item/pick_list_item.json
	both added:      erpnext/stock/doctype/price_list/price_list.json
	both added:      erpnext/stock/doctype/price_list/price_list.py
	both added:      erpnext/stock/doctype/price_list/test_price_list.py
	both added:      erpnext/stock/doctype/price_list_country/price_list_country.json
	both added:      erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
	both added:      erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
	both added:      erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
	both added:      erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json
	both added:      erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.py
	both added:      erpnext/stock/doctype/putaway_rule/putaway_rule.json
	both added:      erpnext/stock/doctype/putaway_rule/putaway_rule.py
	both added:      erpnext/stock/doctype/putaway_rule/test_putaway_rule.py
	both added:      erpnext/stock/doctype/quality_inspection/quality_inspection.json
	both added:      erpnext/stock/doctype/quality_inspection/test_quality_inspection.py
	both added:      erpnext/stock/doctype/quality_inspection_parameter/quality_inspection_parameter.json
	both added:      erpnext/stock/doctype/quality_inspection_parameter/test_quality_inspection_parameter.py
	both added:      erpnext/stock/doctype/quality_inspection_parameter_group/quality_inspection_parameter_group.json
	both added:      erpnext/stock/doctype/quality_inspection_parameter_group/test_quality_inspection_parameter_group.py
	both added:      erpnext/stock/doctype/quality_inspection_reading/quality_inspection_reading.json
	both added:      erpnext/stock/doctype/quality_inspection_template/quality_inspection_template.json
	both added:      erpnext/stock/doctype/quality_inspection_template/test_quality_inspection_template.py
	both added:      erpnext/stock/doctype/quick_stock_balance/quick_stock_balance.json
	both added:      erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.json
	both added:      erpnext/stock/doctype/repost_item_valuation/repost_item_valuation.py
	both added:      erpnext/stock/doctype/repost_item_valuation/test_repost_item_valuation.py
	both added:      erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.json
	both added:      erpnext/stock/doctype/serial_and_batch_bundle/test_serial_and_batch_bundle.py
	both added:      erpnext/stock/doctype/serial_and_batch_entry/serial_and_batch_entry.json
	both added:      erpnext/stock/doctype/serial_no/serial_no.json
	both added:      erpnext/stock/doctype/serial_no/test_serial_no.py
	both added:      erpnext/stock/doctype/shipment/shipment.json
	both added:      erpnext/stock/doctype/shipment/test_shipment.py
	both added:      erpnext/stock/doctype/shipment_delivery_note/shipment_delivery_note.json
	both added:      erpnext/stock/doctype/shipment_parcel/shipment_parcel.json
	both added:      erpnext/stock/doctype/shipment_parcel_template/shipment_parcel_template.json
	both added:      erpnext/stock/doctype/shipment_parcel_template/test_shipment_parcel_template.py
	both added:      erpnext/stock/doctype/stock_entry/stock_entry.json
	both added:      erpnext/stock/doctype/stock_entry/stock_entry.py
	both added:      erpnext/stock/doctype/stock_entry/test_stock_entry.py
	both added:      erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json
	both added:      erpnext/stock/doctype/stock_entry_type/stock_entry_type.json
	both added:      erpnext/stock/doctype/stock_entry_type/stock_entry_type.py
	both added:      erpnext/stock/doctype/stock_entry_type/test_stock_entry_type.py
	both added:      erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.json
	both added:      erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py
	both added:      erpnext/stock/doctype/stock_ledger_entry/test_stock_ledger_entry.py
	both added:      erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.json
	both added:      erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py
	both added:      erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py
	both added:      erpnext/stock/doctype/stock_reconciliation_item/stock_reconciliation_item.json
	both added:      erpnext/stock/doctype/stock_reposting_settings/stock_reposting_settings.json
	both added:      erpnext/stock/doctype/stock_reposting_settings/test_stock_reposting_settings.py
	both added:      erpnext/stock/doctype/stock_reservation_entry/stock_reservation_entry.json
	both added:      erpnext/stock/doctype/stock_reservation_entry/stock_reservation_entry.py
	both added:      erpnext/stock/doctype/stock_reservation_entry/test_stock_reservation_entry.py
	both added:      erpnext/stock/doctype/stock_settings/stock_settings.json
	both added:      erpnext/stock/doctype/stock_settings/test_stock_settings.py
	both added:      erpnext/stock/doctype/uom_category/test_uom_category.py
	both added:      erpnext/stock/doctype/uom_category/uom_category.json
	both added:      erpnext/stock/doctype/uom_conversion_detail/uom_conversion_detail.json
	both added:      erpnext/stock/doctype/variant_field/test_variant_field.py
	both added:      erpnext/stock/doctype/variant_field/variant_field.json
	both added:      erpnext/stock/doctype/warehouse/test_warehouse.py
	both added:      erpnext/stock/doctype/warehouse/warehouse.json
	both added:      erpnext/stock/doctype/warehouse/warehouse.py
	both added:      erpnext/stock/doctype/warehouse_type/test_warehouse_type.py
	both added:      erpnext/stock/doctype/warehouse_type/warehouse_type.json
	both added:      erpnext/stock/get_item_details.py
	both added:      erpnext/stock/page/warehouse_capacity_summary/warehouse_capacity_summary.js
	both added:      erpnext/stock/page/warehouse_capacity_summary/warehouse_capacity_summary_header.html
	both added:      erpnext/stock/print_format/purchase_receipt_serial_and_batch_bundle_print/purchase_receipt_serial_and_batch_bundle_print.json
	both added:      erpnext/stock/reorder_item.py
	both added:      erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py
	both added:      erpnext/stock/report/item_shortage_report/test_item_shortage_report.py
	both added:      erpnext/stock/report/reserved_stock/test_reserved_stock.py
	both added:      erpnext/stock/report/stock_ageing/test_stock_ageing.py
	both added:      erpnext/stock/report/stock_analytics/test_stock_analytics.py
	both added:      erpnext/stock/report/stock_balance/test_stock_balance.py
	both added:      erpnext/stock/report/stock_ledger/test_stock_ledger_report.py
	both added:      erpnext/stock/report/test_reports.py
	both added:      erpnext/stock/serial_batch_bundle.py
	both added:      erpnext/stock/stock_balance.py
	both added:      erpnext/stock/stock_ledger.py
	both added:      erpnext/stock/tests/test_get_item_details.py
	both added:      erpnext/stock/tests/test_utils.py
	both added:      erpnext/stock/tests/test_valuation.py
	both added:      erpnext/stock/utils.py
	both added:      erpnext/subcontracting/doctype/subcontracting_bom/subcontracting_bom.json
	both added:      erpnext/subcontracting/doctype/subcontracting_bom/subcontracting_bom.py
	both added:      erpnext/subcontracting/doctype/subcontracting_bom/test_subcontracting_bom.py
	both added:      erpnext/subcontracting/doctype/subcontracting_order/subcontracting_order.json
	both added:      erpnext/subcontracting/doctype/subcontracting_order/subcontracting_order.py
	both added:      erpnext/subcontracting/doctype/subcontracting_order/subcontracting_order_list.js
	both added:      erpnext/subcontracting/doctype/subcontracting_order/test_subcontracting_order.py
	both added:      erpnext/subcontracting/doctype/subcontracting_order_item/subcontracting_order_item.json
	both added:      erpnext/subcontracting/doctype/subcontracting_order_item/subcontracting_order_item.py
	both added:      erpnext/subcontracting/doctype/subcontracting_order_service_item/subcontracting_order_service_item.json
	both added:      erpnext/subcontracting/doctype/subcontracting_order_supplied_item/subcontracting_order_supplied_item.json
	both added:      erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.json
	both added:      erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.py
	both added:      erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt_list.js
	both added:      erpnext/subcontracting/doctype/subcontracting_receipt/test_subcontracting_receipt.py
	both added:      erpnext/subcontracting/doctype/subcontracting_receipt_item/subcontracting_receipt_item.json
	both added:      erpnext/subcontracting/doctype/subcontracting_receipt_item/subcontracting_receipt_item.py
	both added:      erpnext/subcontracting/doctype/subcontracting_receipt_supplied_item/subcontracting_receipt_supplied_item.json
	both added:      erpnext/support/doctype/issue/issue.json
	both added:      erpnext/support/doctype/issue/issue.py
	both added:      erpnext/support/doctype/issue/test_issue.py
	both added:      erpnext/support/doctype/issue_priority/issue_priority.json
	both added:      erpnext/support/doctype/issue_priority/test_issue_priority.py
	both added:      erpnext/support/doctype/issue_type/issue_type.json
	both added:      erpnext/support/doctype/issue_type/test_issue_type.py
	both added:      erpnext/support/doctype/pause_sla_on_status/pause_sla_on_status.json
	both added:      erpnext/support/doctype/service_day/service_day.json
	both added:      erpnext/support/doctype/service_level_agreement/service_level_agreement.json
	both added:      erpnext/support/doctype/service_level_agreement/service_level_agreement.py
	both added:      erpnext/support/doctype/service_level_agreement/test_service_level_agreement.py
	both added:      erpnext/support/doctype/service_level_priority/service_level_priority.json
	both added:      erpnext/support/doctype/sla_fulfilled_on_status/sla_fulfilled_on_status.json
	both added:      erpnext/support/doctype/support_search_source/support_search_source.json
	both added:      erpnext/support/doctype/support_settings/support_settings.json
	both added:      erpnext/support/doctype/support_settings/test_support_settings.py
	both added:      erpnext/support/doctype/warranty_claim/test_warranty_claim.py
	both added:      erpnext/support/doctype/warranty_claim/warranty_claim.json
	both added:      erpnext/support/doctype/warranty_claim/warranty_claim.py
	both added:      erpnext/support/report/issue_analytics/test_issue_analytics.py
	both added:      erpnext/telephony/doctype/call_log/test_call_log.py
	both added:      erpnext/telephony/doctype/incoming_call_handling_schedule/incoming_call_handling_schedule.json
	both added:      erpnext/telephony/doctype/incoming_call_settings/incoming_call_settings.json
	both added:      erpnext/telephony/doctype/incoming_call_settings/test_incoming_call_settings.py
	both added:      erpnext/telephony/doctype/telephony_call_type/telephony_call_type.json
	both added:      erpnext/telephony/doctype/telephony_call_type/test_telephony_call_type.py
	both added:      erpnext/telephony/doctype/voice_call_settings/test_voice_call_settings.py
	both added:      erpnext/telephony/doctype/voice_call_settings/voice_call_settings.json
	both added:      erpnext/templates/form_grid/includes/visible_cols.html
	both added:      erpnext/templates/generators/sales_partner.html
	both added:      erpnext/templates/includes/issue_row.html
	both added:      erpnext/templates/includes/macros.html
	both added:      erpnext/templates/includes/projects/project_row.html
	both added:      erpnext/templates/includes/transaction_row.html
	both added:      erpnext/templates/pages/order.html
	both added:      erpnext/templates/pages/order.py
	both added:      erpnext/templates/pages/timelog_info.html
	both added:      erpnext/templates/print_formats/includes/total.html
	both added:      erpnext/tests/test_activation.py
	both added:      erpnext/tests/test_init.py
	both added:      erpnext/tests/test_notifications.py
	both added:      erpnext/tests/test_perf.py
	both added:      erpnext/tests/test_point_of_sale.py
	both added:      erpnext/tests/test_regional.py
	both added:      erpnext/tests/test_webform.py
	both added:      erpnext/tests/test_zform_loads.py
	both added:      erpnext/utilities/activation.py
	both added:      erpnext/utilities/bulk_transaction.py
	both added:      erpnext/utilities/doctype/portal_user/portal_user.json
	both added:      erpnext/utilities/doctype/rename_tool/rename_tool.json
	both added:      erpnext/utilities/doctype/video/test_video.py
	both added:      erpnext/utilities/doctype/video/video.json
	both added:      erpnext/utilities/doctype/video/video.py
	both added:      erpnext/utilities/doctype/video_settings/test_video_settings.py
	both added:      erpnext/utilities/doctype/video_settings/video_settings.json
	both added:      erpnext/www/support/index.py
	both added:      pyproject.toml

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

@ruthra-kumar
Copy link
Member

Hmm...

This is abnormal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants