Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion virtual_pro/virtual_pro/doctype/enquiry/enquiry.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"fieldtype": "Section Break"
},
{
"allow_on_submit": 1,
"fieldname": "services",
"fieldtype": "Link",
"in_list_view": 1,
Expand All @@ -47,6 +48,7 @@
"reqd": 1
},
{
"allow_on_submit": 1,
"fieldname": "company",
"fieldtype": "Link",
"in_list_view": 1,
Expand Down Expand Up @@ -83,6 +85,7 @@
"options": "Open\nReplied\nLost Enquiry\nInterested\nDo Not Contact\nConverted\nCompleted"
},
{
"allow_on_submit": 1,
"fieldname": "customer_company_name",
"fieldtype": "Link",
"in_list_view": 1,
Expand All @@ -102,32 +105,38 @@
"search_index": 1
},
{
"allow_on_submit": 1,
"fieldname": "nationality",
"fieldtype": "Link",
"label": "Nationality",
"options": "Nationality"
},
{
"allow_on_submit": 1,
"fieldname": "scope",
"fieldtype": "Data",
"label": "Scope"
},
{
"allow_on_submit": 1,
"fieldname": "care_of",
"fieldtype": "Data",
"label": "Care Of"
},
{
"allow_on_submit": 1,
"fieldname": "remarks",
"fieldtype": "Small Text",
"label": "Remarks"
},
{
"allow_on_submit": 1,
"fieldname": "enquiry_value",
"fieldtype": "Currency",
"label": "Enquiry Value"
},
{
"allow_on_submit": 1,
"fetch_from": "customer_company_name.mobile_no",
"fieldname": "mobile_number",
"fieldtype": "Data",
Expand All @@ -136,6 +145,7 @@
"options": "Customer"
},
{
"allow_on_submit": 1,
"fetch_from": "customer_company_name.email_id",
"fieldname": "email_address",
"fieldtype": "Data",
Expand All @@ -150,6 +160,7 @@
"options": "User"
},
{
"allow_on_submit": 1,
"default": "Today",
"fieldname": "posting_date",
"fieldtype": "Date",
Expand All @@ -174,13 +185,15 @@
"read_only": 1
},
{
"allow_on_submit": 1,
"fieldname": "source_name",
"fieldtype": "Select",
"label": "Source",
"options": "\nGoogle Ads\nSEO\nMeta Ads\nReference\nVpro clients\nWhatsApp",
"reqd": 1
},
{
"allow_on_submit": 1,
"fieldname": "enquiry_type",
"fieldtype": "Link",
"in_list_view": 1,
Expand All @@ -189,6 +202,7 @@
"options": "Type"
},
{
"allow_on_submit": 1,
"fieldname": "enquiry_potential",
"fieldtype": "Link",
"in_list_view": 1,
Expand All @@ -197,6 +211,7 @@
"options": "Enquiry Potential Status"
},
{
"allow_on_submit": 1,
"depends_on": "eval: [\"Google Ads\", \"Meta Ads\", \"Vpro clients\", \"Reference\"].includes(doc.source_name)\n",
"fieldname": "source_reference",
"fieldtype": "Link",
Expand All @@ -207,7 +222,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2025-06-30 14:27:24.727431",
"modified": "2025-08-12 08:35:25.613434",
"modified_by": "Administrator",
"module": "Virtual Pro",
"name": "Enquiry",
Expand All @@ -228,6 +243,7 @@
"write": 1
}
],
"row_format": "Dynamic",
"sort_field": "modified",
"sort_order": "DESC",
"states": []
Expand Down