feat: added QI link in Job Card Dashboard (#28643)

This commit is contained in:
Noah Jacob 2021-12-09 20:21:17 +05:30 committed by GitHub
parent 6485ac4e59
commit f1c0190f02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,17 @@ from frappe import _
def get_data():
return {
'fieldname': 'job_card',
'non_standard_fieldnames': {
'Quality Inspection': 'reference_name'
},
'transactions': [
{
'label': _('Transactions'),
'items': ['Material Request', 'Stock Entry']
},
{
'label': _('Reference'),
'items': ['Quality Inspection']
}
]
}