chore: update test company FY
This commit is contained in:
parent
203c2b2292
commit
22cb642831
@ -28,21 +28,21 @@ def before_tests():
|
|||||||
from frappe.desk.page.setup_wizard.setup_wizard import setup_complete
|
from frappe.desk.page.setup_wizard.setup_wizard import setup_complete
|
||||||
if not frappe.get_list("Company"):
|
if not frappe.get_list("Company"):
|
||||||
setup_complete({
|
setup_complete({
|
||||||
"currency" :"USD",
|
"currency" :"USD",
|
||||||
"full_name" :"Test User",
|
"full_name" :"Test User",
|
||||||
"company_name" :"Wind Power LLC",
|
"company_name" :"Wind Power LLC",
|
||||||
"timezone" :"America/New_York",
|
"timezone" :"America/New_York",
|
||||||
"company_abbr" :"WP",
|
"company_abbr" :"WP",
|
||||||
"industry" :"Manufacturing",
|
"industry" :"Manufacturing",
|
||||||
"country" :"United States",
|
"country" :"United States",
|
||||||
"fy_start_date" :"2011-01-01",
|
"fy_start_date" :"2021-01-01",
|
||||||
"fy_end_date" :"2011-12-31",
|
"fy_end_date" :"2021-12-31",
|
||||||
"language" :"english",
|
"language" :"english",
|
||||||
"company_tagline" :"Testing",
|
"company_tagline" :"Testing",
|
||||||
"email" :"test@erpnext.com",
|
"email" :"test@erpnext.com",
|
||||||
"password" :"test",
|
"password" :"test",
|
||||||
"chart_of_accounts" : "Standard",
|
"chart_of_accounts" : "Standard",
|
||||||
"domains" : ["Manufacturing"],
|
"domains" : ["Manufacturing"],
|
||||||
})
|
})
|
||||||
|
|
||||||
frappe.db.sql("delete from `tabLeave Allocation`")
|
frappe.db.sql("delete from `tabLeave Allocation`")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user