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

8
projects/utils.py Normal file
View File

@@ -0,0 +1,8 @@
# For license information, please see license.txt
from __future__ import unicode_literals
import webnotes
@webnotes.whitelist()
def get_time_log_list(doctype, txt, searchfield, start, page_len, filters):
return webnotes.conn.get_values("Time Log", filters, ["name", "activity_type", "owner"], debug=True)