added time log batch

This commit is contained in:
Rushabh Mehta
2013-02-28 18:42:46 +05:30
parent b0486b9d33
commit b21eb9ac09
162 changed files with 324 additions and 1658 deletions

View File

@@ -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"
},
]
},
{