Demo records for timesheet

This commit is contained in:
Rohit Waghchaure
2016-07-13 16:03:05 +05:30
parent 8d8bbb0588
commit 8002d47ff6
7 changed files with 174 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import frappe, sys
import erpnext
import frappe.utils
from erpnext.demo.setup_data import setup_data
from erpnext.demo.user import hr, sales, purchase, manufacturing, stock, accounts
from erpnext.demo.user import hr, sales, purchase, manufacturing, stock, accounts, projects
"""
Make a demo
@@ -69,6 +69,9 @@ def simulate():
manufacturing.work()
stock.work()
accounts.work()
projects.run_projects(current_date)
# run_stock()
# run_accounts()
# run_projects()
# run_messages()