Subversion Repositories SmartDukaan

Rev

Rev 23945 | Rev 24224 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 23945 Rev 23951
Line 35... Line 35...
35
						{
35
						{
36
							put("project", ReporticoProject.FOCOR.getValue());
36
							put("project", ReporticoProject.FOCOR.getValue());
37
							put("project_password", "focor");
37
							put("project_password", "focor");
38
						}
38
						}
39
					});
39
					});
-
 
40
					put(ReporticoProject.WAREHOUSENEW, new HashMap<String, String>() {
-
 
41
						{
-
 
42
							put("project", ReporticoProject.WAREHOUSENEW.getValue());
-
 
43
							put("project_password", "warehousenew");
-
 
44
						}
-
 
45
					});
40
				}
46
				}
41
			});
47
			});
42
	
48
	
43
	public HttpResponse getReportFile(ReporticoProject projectName, String reportName) throws HttpHostConnectException, ProfitMandiBusinessException {
49
	public HttpResponse getReportFile(ReporticoProject projectName, String reportName) throws HttpHostConnectException, ProfitMandiBusinessException {
44
		
50