feat: added QI link in Job Card Dashboard (#28643)
This commit is contained in:
parent
6485ac4e59
commit
f1c0190f02
@ -4,10 +4,17 @@ from frappe import _
|
|||||||
def get_data():
|
def get_data():
|
||||||
return {
|
return {
|
||||||
'fieldname': 'job_card',
|
'fieldname': 'job_card',
|
||||||
|
'non_standard_fieldnames': {
|
||||||
|
'Quality Inspection': 'reference_name'
|
||||||
|
},
|
||||||
'transactions': [
|
'transactions': [
|
||||||
{
|
{
|
||||||
'label': _('Transactions'),
|
'label': _('Transactions'),
|
||||||
'items': ['Material Request', 'Stock Entry']
|
'items': ['Material Request', 'Stock Entry']
|
||||||
|
},
|
||||||
|
{
|
||||||
|
'label': _('Reference'),
|
||||||
|
'items': ['Quality Inspection']
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user