[fix] [setup_wizard] fiscal year fix for setup wizard

This commit is contained in:
Akhilesh Darjee
2013-11-25 19:51:18 +05:30
parent 8991ad719c
commit ec0da0b177
16 changed files with 140 additions and 95 deletions

View File

@@ -13,11 +13,11 @@ 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,is_fiscal_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"
Start entering data below this line,,,,
,,2009,01-Jan-2009,No
,,2010,01-Jan-2010,No
,,2011,01-Jan-2011,No
,,2009,01-01-2009,31-12-2009,No
,,2010,01-01-2010,31-12-2010,No
,,2011,01-01-2011,31-12-2011,No
1 Data Import Template
13
14 DocType: Fiscal Year
15 Column Labels: ID Year Name Year Start Date Year Closed
16 Column Name: name year year_start_date is_fiscal_year_closed year_end_date
17 Mandatory: Yes Yes Yes No
18 Type: Data (text) Data Date Select
19 Info: One of: No, Yes
20 Start entering data below this line
21 2009 01-Jan-2009 01-01-2009 No 31-12-2009
22 2010 01-Jan-2010 01-01-2010 No 31-12-2010
23 2011 01-Jan-2011 01-01-2011 No 31-12-2011