fix: Consistent customer and supplier forms

This commit is contained in:
Deepesh Garg
2022-04-16 19:43:59 +05:30
parent 4b2521c9f3
commit 0a67b0239e
3 changed files with 24 additions and 21 deletions

View File

@@ -15,23 +15,23 @@
"salutation",
"customer_name",
"gender",
"customer_type",
"tax_withholding_category",
"default_bank_account",
"tax_id",
"tax_category",
"lead_name",
"opportunity_name",
"image",
"column_break0",
"account_manager",
"customer_group",
"customer_type",
"territory",
"tax_id",
"tax_category",
"account_manager",
"so_required",
"dn_required",
"disabled",
"is_internal_customer",
"represents_company",
"disabled",
"allowed_to_transact_section",
"companies",
"currency_and_price_list",
@@ -40,7 +40,6 @@
"default_price_list",
"address_contacts",
"address_html",
"website",
"column_break1",
"contact_html",
"primary_address_and_contact_detail",
@@ -60,6 +59,7 @@
"column_break_45",
"market_segment",
"industry",
"website",
"language",
"is_frozen",
"column_break_38",
@@ -100,7 +100,7 @@
"fieldname": "customer_name",
"fieldtype": "Data",
"in_global_search": 1,
"label": "Full Name",
"label": "Customer Name",
"no_copy": 1,
"oldfieldname": "customer_name",
"oldfieldtype": "Data",
@@ -118,7 +118,7 @@
"default": "Company",
"fieldname": "customer_type",
"fieldtype": "Select",
"label": "Type",
"label": "Customer Type",
"oldfieldname": "customer_type",
"oldfieldtype": "Select",
"options": "Company\nIndividual",
@@ -337,7 +337,7 @@
"collapsible": 1,
"fieldname": "default_receivable_accounts",
"fieldtype": "Section Break",
"label": "Accounting"
"label": "Default Receivable Accounts"
},
{
"description": "Mention if non-standard receivable account",
@@ -511,7 +511,7 @@
"link_fieldname": "party"
}
],
"modified": "2021-10-20 22:07:52.485809",
"modified": "2022-04-16 18:02:24.499110",
"modified_by": "Administrator",
"module": "Selling",
"name": "Customer",
@@ -595,6 +595,7 @@
"show_name_in_global_search": 1,
"sort_field": "modified",
"sort_order": "ASC",
"states": [],
"title_field": "customer_name",
"track_changes": 1
}