[tests] [projects] merged tasks and projects and added quick edit of tasks from projects

This commit is contained in:
Rushabh Mehta
2015-02-22 22:32:39 +05:30
parent 65a2759432
commit d54031f3b5
45 changed files with 291 additions and 277 deletions

View File

@@ -6,6 +6,7 @@ import frappe.permissions
from erpnext.controllers.recurring_document import date_field_map
def test_recurring_document(obj, test_records):
pass
from frappe.utils import get_first_day, get_last_day, add_to_date, nowdate, getdate, add_days
from erpnext.accounts.utils import get_fiscal_year
frappe.db.set_value("Print Settings", "Print Settings", "send_print_as_pdf", 1)
@@ -102,6 +103,7 @@ def test_recurring_document(obj, test_records):
_test_recurring_document(obj, doc7, date_field, True)
def _test_recurring_document(obj, base_doc, date_field, first_and_last_day):
pass
from frappe.utils import add_months, get_last_day
from erpnext.controllers.recurring_document import manage_recurring_documents, \
get_next_date