summaryrefslogtreecommitdiffstats
path: root/usecaseui-common/src/main/webapp/app/fusion/scripts/DS2-controllers/ds2-reports/report-router.js
blob: 1e22cca3614d128cf0860b85b899733be54c02bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
appDS2.config(['$routeProvider',
                  function($routeProvider) {
                    $routeProvider.
                    when('/', {
                    	templateUrl: 'app/fusion/scripts/DS2-view-models/ds2-reports/report-search.html',
                    	controller: 'reportSearchController'
                    		}).
                    when('/report_search', {
                    	templateUrl: 'app/fusion/scripts/DS2-view-models/ds2-reports/report-search.html',
                    	controller: 'reportSearchController'
                    		}).
                    when('/report_run/:reportUrlParams*', {
                      	templateUrl: 'app/fusion/scripts/DS2-view-models/ds2-reports/report-run.html',
                      	controller: 'reportRunController'
                      		}).
                    when('/report_chart_wizard/:reportId', {
                        templateUrl: 'static/fusion/raptor/ebz/report_chart_wizard.html',
                        controller: 'ChartController'
                      		}).
                    when('/report_chart/:reportId', {
                        templateUrl: 'app/fusion/scripts/DS2-view-models/ds2-reports/report-chart-wizard.html',
                        controller: 'reportChartController'
                      		}).                      		
                    when("/report_wizard", {
              	        templateUrl : "app/fusion/scripts/DS2-view-models/ds2-reports/wz_steps/report-step.html",
              	        controller: "reportStepController"
              	    		}).                      		                      		
                    when("/report_wizard/:reportId", {
              	        templateUrl : "app/fusion/scripts/DS2-view-models/ds2-reports/wz_steps/report-step.html",
              	        controller: "reportStepController"
              	    		}).
      	    				when("/report_wizard/:reportMode/:reportId", {
              	        templateUrl : "app/fusion/scripts/DS2-view-models/ds2-reports/wz_steps/report-step.html",
              	        controller: "reportStepController"
              	    		}).              	    		
										when("/report_import", {
              	        templateUrl : "app/fusion/scripts/DS2-view-models/ds2-reports/report-import.html",
              	        controller: "reportImportController"
              	    		})
												;
                }]);
n>, "jue.", "vie.", "s\u00e1b." ], "SHORTMONTH": [ "ene.", "feb.", "mar.", "abr.", "may.", "jun.", "jul.", "ago.", "sept.", "oct.", "nov.", "dic." ], "WEEKENDRANGE": [ 5, 6 ], "fullDate": "EEEE dd 'de' MMMM 'de' y", "longDate": "dd 'de' MMMM 'de' y", "medium": "d MMM y h:mm:ss a", "mediumDate": "d MMM y", "mediumTime": "h:mm:ss a", "short": "d/M/yy h:mm a", "shortDate": "d/M/yy", "shortTime": "h:mm a" }, "NUMBER_FORMATS": { "CURRENCY_SYM": "L", "DECIMAL_SEP": ".", "GROUP_SEP": ",", "PATTERNS": [ { "gSize": 3, "lgSize": 3, "maxFrac": 3, "minFrac": 0, "minInt": 1, "negPre": "-", "negSuf": "", "posPre": "", "posSuf": "" }, { "gSize": 3, "lgSize": 3, "maxFrac": 2, "minFrac": 2, "minInt": 1, "negPre": "-\u00a4", "negSuf": "", "posPre": "\u00a4", "posSuf": "" } ] }, "id": "es-hn", "pluralCat": function(n, opt_precision) { if (n == 1) { return PLURAL_CATEGORY.ONE; } return PLURAL_CATEGORY.OTHER;} }); }]);