Skip to content

Commit 748c8a5

Browse files
authored
Merge pull request #1 from WISCENTD-UPC/feature/add_yearly_period_datasets_template
Add unlimited flexible yearly template simple and bump app version
2 parents 05e3372 + ac511ee commit 748c8a5

File tree

6 files changed

+39
-5
lines changed

6 files changed

+39
-5
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# Excel Data Importer
22

3-
Authors: Marc Garnica and Ramon Jimenez Pomareta
3+
Authors: Marc Garnica and Ramon Jimenez Pomareta (minor modifications by Ignacio Foche)
44

5-
## Changelog
5+
## Changelog
6+
7+
##### 2.14
8+
yearly simple template added
9+
some fixes in unlimited templates
10+
11+
##### 2.13.4
12+
Dataset yearly added
613

714
##### 2.13.3
815
VL register template cleaned and VL register template + fromVillage fixed to work on one sheet.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h4 class="modal-title" >Import Status</h4>
169169
</div>
170170
</div>
171171

172-
<div id="footer"> Excel Data Importer v2.13.3 2018-09-13 </div>
172+
<div id="footer"> Excel Data Importer v2.14 2018-10-03 </div>
173173

174174
<script src="js/constants.js"></script>
175175
<script src="libraries/jquery/2.2.3/jquery.js"></script>

manifest.webapp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.13.3",
2+
"version": "2.14",
33
"name": "Excel Data Importer",
44
"description": "Excel Data Importer",
55
"icons": {

templates.js

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,33 @@ var data_ntd =
468468

469469
}
470470
]
471-
}
471+
},
472+
{
473+
name: "Unlimited Flexible Yearly - Same Model ",
474+
file:"unlimited_flexible_yearly_template_simple.zip",
475+
sheet_mode : SAME_MODEL_SHEETS,
476+
sheets: [
477+
{
478+
sheet_type: UNLIMITED_FLEXIBLE,
479+
period_type : YEARLY_PERIOD,
480+
year_column : "D",
481+
year_row : 1,
482+
sheet_no: 1,
483+
dataElementIdScheme: ORG_UID_SCHEME,
484+
orgUnit_dim : "A",
485+
data_starting_row : 4,
486+
data_starting_row_advanced : 7,
487+
period_dim_1 : "G",
488+
period_dim_2 : 3,
489+
de_simple_col : "A",
490+
de_simple_row : 1,
491+
de_advanced_row : 5,
492+
cocuid_simple_col : "C",
493+
cocuid_simple_row : 1,
494+
cocuid_advanced_row : 4
495+
496+
}
497+
]
498+
},
472499
]
473500
}
34.1 KB
Binary file not shown.
9.52 KB
Binary file not shown.

0 commit comments

Comments
 (0)