mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
added time log batch
This commit is contained in:
@@ -16,16 +16,22 @@ wn.module_page["Projects"] = [
|
||||
description: wn._("Project master."),
|
||||
doctype:"Project"
|
||||
},
|
||||
{
|
||||
label: wn._("Timesheet"),
|
||||
description: wn._("Timesheet for tasks."),
|
||||
doctype:"Timesheet"
|
||||
},
|
||||
{
|
||||
label: wn._("Time Log"),
|
||||
description: wn._("Time Log for tasks."),
|
||||
doctype:"Time Log"
|
||||
},
|
||||
{
|
||||
label: wn._("Time Log Batch"),
|
||||
description: wn._("Batch Time Logs for billing."),
|
||||
doctype:"Time Log Batch"
|
||||
},
|
||||
{
|
||||
label: wn._("Timesheet"),
|
||||
description: wn._("[DEPRECATED] Timesheet for tasks."),
|
||||
doctype:"Timesheet"
|
||||
},
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user