mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 23:19:20 +00:00
[minor] dashboard cleanups
This commit is contained in:
@@ -6,7 +6,6 @@ def get_data():
|
|||||||
'fieldname': 'request_for_quotation',
|
'fieldname': 'request_for_quotation',
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Related'),
|
|
||||||
'items': ['Supplier Quotation']
|
'items': ['Supplier Quotation']
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
11
erpnext/crm/doctype/lead/lead_dashboard.py
Normal file
11
erpnext/crm/doctype/lead/lead_dashboard.py
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
from frappe import _
|
||||||
|
|
||||||
|
def get_data():
|
||||||
|
return {
|
||||||
|
'fieldname': 'lead',
|
||||||
|
'transactions': [
|
||||||
|
{
|
||||||
|
'items': ['Opportunity', 'Quotation']
|
||||||
|
},
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -8,7 +8,6 @@ def get_data():
|
|||||||
},
|
},
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Related'),
|
|
||||||
'items': ['Quotation', 'Supplier Quotation']
|
'items': ['Quotation', 'Supplier Quotation']
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ def get_data():
|
|||||||
'fieldname': 'prevdoc_docname',
|
'fieldname': 'prevdoc_docname',
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Related'),
|
|
||||||
'items': ['Sales Order']
|
'items': ['Sales Order']
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user