mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 03:29:16 +00:00
completed Time Log / Time Log Batch
This commit is contained in:
0
projects/report/__init__.py
Normal file
0
projects/report/__init__.py
Normal file
0
projects/report/time_log_summary/__init__.py
Normal file
0
projects/report/time_log_summary/__init__.py
Normal file
22
projects/report/time_log_summary/time_log_summary.txt
Normal file
22
projects/report/time_log_summary/time_log_summary.txt
Normal file
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"creation": "2013-03-01 17:36:35",
|
||||
"docstatus": 0,
|
||||
"modified": "2013-03-01 18:17:13",
|
||||
"modified_by": "Administrator",
|
||||
"owner": "Administrator"
|
||||
},
|
||||
{
|
||||
"doctype": "Report",
|
||||
"is_standard": "Yes",
|
||||
"json": "{\"filters\":[],\"columns\":[[\"name\",\"Time Log\"],[\"status\",\"Time Log\"],[\"from_time\",\"Time Log\"],[\"hours\",\"Time Log\"],[\"activity_type\",\"Time Log\"],[\"owner\",\"Time Log\"],[\"billable\",\"Time Log\"],[\"time_log_batch\",\"Time Log\"],[\"sales_invoice\",\"Time Log\"]],\"sort_by\":\"Time Log.name\",\"sort_order\":\"desc\",\"sort_by_next\":\"\",\"sort_order_next\":\"desc\"}",
|
||||
"name": "__common__",
|
||||
"ref_doctype": "Time Log",
|
||||
"report_name": "Time Log Summary",
|
||||
"report_type": "Report Builder"
|
||||
},
|
||||
{
|
||||
"doctype": "Report",
|
||||
"name": "Time Log Summary"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user