chore: resolve conflicts

(cherry picked from commit df3c821f98)

# Conflicts:
#	erpnext/accounts/doctype/accounts_settings/accounts_settings.json
#	erpnext/accounts/doctype/accounts_settings/accounts_settings.py
#	erpnext/patches.txt
This commit is contained in:
ruthra kumar
2026-06-24 15:05:41 +05:30
parent 570c67bb34
commit e46be25e9f
3 changed files with 0 additions and 54 deletions

View File

@@ -613,25 +613,6 @@
"label": "Use legacy controller for Period Closing Voucher"
},
{
<<<<<<< HEAD
=======
<<<<<<< HEAD
"fieldname": "payment_entry_settings",
"fieldtype": "Section Break",
"label": "Payment Entry Settings"
},
{
"default": "0",
"fieldname": "show_account_balance",
"fieldtype": "Check",
"label": "Show Account Balance"
},
{
"default": "0",
"fieldname": "show_party_balance",
"fieldtype": "Check",
"label": "Show Party Balance"
=======
"default": "3600",
"depends_on": "eval: !doc.use_legacy_controller_for_pcv",
"description": "Timeout (in seconds) for each background job enqueued by Process Period Closing Voucher",
@@ -640,16 +621,11 @@
"label": "PCV Job Timeout (seconds)"
},
{
>>>>>>> c97be8abe1 (feat(accounts): add configurable job timeout for Process Period Closing Voucher)
"description": "Users with this role will be notified if the asset depreciation gets failed",
"fieldname": "role_to_notify_on_depreciation_failure",
"fieldtype": "Link",
"label": "Role to Notify on Depreciation Failure",
"options": "Role"
<<<<<<< HEAD
=======
>>>>>>> 13b6c4a165 (feat(accounts): add configurable job timeout for Process Period Closing Voucher)
>>>>>>> c97be8abe1 (feat(accounts): add configurable job timeout for Process Period Closing Voucher)
},
{
"default": "30, 60, 90, 120",
@@ -781,15 +757,7 @@
"index_web_pages_for_search": 1,
"issingle": 1,
"links": [],
<<<<<<< HEAD
"modified": "2026-06-15 18:26:50.778723",
=======
<<<<<<< HEAD
"modified": "2026-05-18 12:16:33.679345",
=======
"modified": "2026-06-24 12:59:41.868865",
>>>>>>> 3da7eefebb (refactor: patch, display depends on and json changes)
>>>>>>> c33d7e5d7b (refactor: patch, display depends on and json changes)
"modified_by": "Administrator",
"module": "Accounts",
"name": "Accounts Settings",

View File

@@ -90,15 +90,7 @@ class AccountsSettings(Document):
make_payment_via_journal_entry: DF.Check
merge_similar_account_heads: DF.Check
over_billing_allowance: DF.Currency
<<<<<<< HEAD
=======
<<<<<<< HEAD
post_change_gl_entries: DF.Check
=======
pcv_job_timeout: DF.Int
preview_mode: DF.Check
>>>>>>> 3da7eefebb (refactor: patch, display depends on and json changes)
>>>>>>> c33d7e5d7b (refactor: patch, display depends on and json changes)
receivable_payable_fetch_method: DF.Literal["Buffered Cursor", "UnBuffered Cursor"]
receivable_payable_remarks_length: DF.Int
reconciliation_queue_size: DF.Int

View File

@@ -483,19 +483,5 @@ erpnext.patches.v16_0.fix_titles
erpnext.patches.v16_0.set_not_applicable_on_german_item_tax_templates
erpnext.patches.v16_0.clear_procedures_from_receivable_report
erpnext.patches.v16_0.migrate_address_contact_custom_fields
<<<<<<< HEAD
erpnext.patches.v16_0.drop_redundant_serial_no_index_from_sabb
=======
<<<<<<< HEAD
erpnext.patches.v15_0.set_main_item_code_in_material_request_plan_item
erpnext.patches.v16_0.set_posting_datetime_for_sabb_and_drop_indexes
=======
erpnext.patches.v16_0.rename_secondary_item_type_field
erpnext.patches.v16_0.submit_existing_product_bundles #1
erpnext.patches.v16_0.migrate_subscription_generate_invoice_at
erpnext.patches.v16_0.rename_subscription_billing_period_fields
erpnext.patches.v16_0.drop_redundant_serial_no_index_from_sabb
erpnext.patches.v16_0.set_default_close_opportunity_after_days
execute:frappe.db.set_single_value("Accounts Settings", "pcv_job_timeout", 3600)
>>>>>>> 3da7eefebb (refactor: patch, display depends on and json changes)
>>>>>>> c33d7e5d7b (refactor: patch, display depends on and json changes)