chore: resolve conflicts

This commit is contained in:
ruthra kumar
2025-05-26 17:46:10 +05:30
parent caf145e3ca
commit 274ce10329
3 changed files with 0 additions and 52 deletions

View File

@@ -256,11 +256,7 @@
"grid_page_length": 50,
"is_submittable": 1,
"links": [],
<<<<<<< HEAD
"modified": "2020-12-07 11:15:58.385521",
=======
"modified": "2025-05-23 13:54:03.346537",
>>>>>>> 016924361a (refactor: full name field in contract)
"modified_by": "Administrator",
"module": "CRM",
"name": "Contract",

View File

@@ -9,46 +9,6 @@ from frappe.utils import getdate, nowdate
class Contract(Document):
<<<<<<< HEAD
=======
# begin: auto-generated types
# This code is auto-generated. Do not modify anything in this block.
from typing import TYPE_CHECKING
if TYPE_CHECKING:
from frappe.types import DF
from erpnext.crm.doctype.contract_fulfilment_checklist.contract_fulfilment_checklist import (
ContractFulfilmentChecklist,
)
amended_from: DF.Link | None
contract_template: DF.Link | None
contract_terms: DF.TextEditor
document_name: DF.DynamicLink | None
document_type: DF.Literal[
"", "Quotation", "Project", "Sales Order", "Purchase Order", "Sales Invoice", "Purchase Invoice"
]
end_date: DF.Date | None
fulfilment_deadline: DF.Date | None
fulfilment_status: DF.Literal["N/A", "Unfulfilled", "Partially Fulfilled", "Fulfilled", "Lapsed"]
fulfilment_terms: DF.Table[ContractFulfilmentChecklist]
ip_address: DF.Data | None
is_signed: DF.Check
party_full_name: DF.Data | None
party_name: DF.DynamicLink
party_type: DF.Literal["Customer", "Supplier", "Employee"]
party_user: DF.Link | None
requires_fulfilment: DF.Check
signed_by_company: DF.Link | None
signed_on: DF.Datetime | None
signee: DF.Data | None
start_date: DF.Date | None
status: DF.Literal["Unsigned", "Active", "Inactive"]
# end: auto-generated types
>>>>>>> 016924361a (refactor: full name field in contract)
def autoname(self):
name = self.party_name

View File

@@ -375,13 +375,5 @@ erpnext.stock.doctype.stock_ledger_entry.patches.ensure_sle_indexes
erpnext.patches.v14_0.rename_group_by_to_categorize_by
execute:frappe.db.set_single_value("Accounts Settings", "receivable_payable_fetch_method", "Buffered Cursor")
erpnext.patches.v14_0.set_update_price_list_based_on
<<<<<<< HEAD
erpnext.patches.v14_0.rename_group_by_to_categorize_by_in_custom_reports
=======
erpnext.patches.v15_0.update_journal_entry_type
erpnext.patches.v15_0.set_grand_total_to_default_mop
execute:frappe.db.set_single_value("Accounts Settings", "use_new_budget_controller", True)
erpnext.patches.v15_0.rename_group_by_to_categorize_by_in_custom_reports
erpnext.patches.v15_0.remove_agriculture_roles
erpnext.patches.v14_0.update_full_name_in_contract
>>>>>>> 8e2221178b (refactor: patch old contract with full party name)