mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
[fix] [minor] make_demo_fresh fixed
This commit is contained in:
@@ -14,9 +14,9 @@ You can only upload upto 5000 records in one go. (may be less in some cases),,,,
|
||||
DocType:,Fiscal Year,,,
|
||||
Column Labels:,ID,Year Name,Year Start Date,Year Closed
|
||||
Column Name:,name,year,year_start_date,year_end_date,is_fiscal_year_closed
|
||||
Mandatory:,Yes,Yes,Yes,No
|
||||
Type:,Data (text),Data,Date,Select
|
||||
Info:,,,,"One of: No, Yes"
|
||||
Mandatory:,Yes,Yes,Yes,Yes,No
|
||||
Type:,Data (text),Data,Date,Date,Select
|
||||
Info:,,,,,"One of: No, Yes"
|
||||
Start entering data below this line,,,,
|
||||
,,2009,01-01-2009,31-12-2009,No
|
||||
,,2010,01-01-2010,31-12-2010,No
|
||||
|
||||
|
@@ -380,7 +380,8 @@ def complete_setup():
|
||||
setup_account({
|
||||
"first_name": "Test",
|
||||
"last_name": "User",
|
||||
"fy_start": "1st Jan",
|
||||
"fy_start_date": "2013-01-01",
|
||||
"fy_end_date": "2013-12-31",
|
||||
"industry": "Manufacturing",
|
||||
"company_name": company,
|
||||
"company_abbr": company_abbr,
|
||||
|
||||
Reference in New Issue
Block a user