31 lines
1.7 KiB
JSON
31 lines
1.7 KiB
JSON
{
|
|
"add_total_row": 0,
|
|
"creation": "2013-10-22 11:58:16",
|
|
"disable_prepared_report": 0,
|
|
"disabled": 0,
|
|
"docstatus": 0,
|
|
"doctype": "Report",
|
|
"idx": 3,
|
|
"is_standard": "Yes",
|
|
"modified": "2020-07-26 23:59:49.897577",
|
|
"modified_by": "Administrator",
|
|
"module": "CRM",
|
|
"name": "Lead Details",
|
|
"owner": "Administrator",
|
|
"prepared_report": 0,
|
|
"query": "SELECT\n `tabLead`.name as \"Lead Id:Link/Lead:120\",\n `tabLead`.lead_name as \"Lead Name::120\",\n\t`tabLead`.company_name as \"Company Name::120\",\n\t`tabLead`.status as \"Status::120\",\n\tconcat_ws(', ', \n\t\ttrim(',' from `tabAddress`.address_line1), \n\t\ttrim(',' from tabAddress.address_line2)\n\t) as 'Address::180',\n\t`tabAddress`.state as \"State::100\",\n\t`tabAddress`.pincode as \"Pincode::70\",\n\t`tabAddress`.country as \"Country::100\",\n\t`tabLead`.phone as \"Phone::100\",\n\t`tabLead`.mobile_no as \"Mobile No::100\",\n\t`tabLead`.email_id as \"Email Id::120\",\n\t`tabLead`.lead_owner as \"Lead Owner::120\",\n\t`tabLead`.source as \"Source::120\",\n\t`tabLead`.territory as \"Territory::120\",\n\t`tabLead`.notes as \"Notes::360\",\n `tabLead`.owner as \"Owner:Link/User:120\"\nFROM\n\t`tabLead`\n\tleft join `tabDynamic Link` on (\n\t\t`tabDynamic Link`.link_name=`tabLead`.name \n\t\tand `tabDynamic Link`.parenttype = 'Address'\n\t)\n\tleft join `tabAddress` on (\n\t\t`tabAddress`.name=`tabDynamic Link`.parent\n\t)\nWHERE\n\t`tabLead`.docstatus<2\nORDER BY\n\t`tabLead`.name asc",
|
|
"ref_doctype": "Lead",
|
|
"report_name": "Lead Details",
|
|
"report_type": "Script Report",
|
|
"roles": [
|
|
{
|
|
"role": "Sales User"
|
|
},
|
|
{
|
|
"role": "Sales Manager"
|
|
},
|
|
{
|
|
"role": "System Manager"
|
|
}
|
|
]
|
|
} |