feat: dashboard for timesheet (#22750)
This commit is contained in:
parent
a13a0608b6
commit
a5b83e85c3
13
erpnext/projects/doctype/timesheet/timesheet_dashboard.py
Normal file
13
erpnext/projects/doctype/timesheet/timesheet_dashboard.py
Normal file
@ -0,0 +1,13 @@
|
||||
from __future__ import unicode_literals
|
||||
from frappe import _
|
||||
|
||||
def get_data():
|
||||
return {
|
||||
'fieldname': 'time_sheet',
|
||||
'transactions': [
|
||||
{
|
||||
'label': _('References'),
|
||||
'items': ['Sales Invoice', 'Salary Slip']
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user