Subversion Repositories SmartDukaan

Rev

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

Rev 28795 Rev 29586
Line 138... Line 138...
138
				}
138
				}
139
			} else {
139
			} else {
140
				alert("feild can't be blank");
140
				alert("feild can't be blank");
141
			}
141
			}
142
		});
142
		});
-
 
143
	
-
 
144
	
-
 
145
	$(document).on('click', ".monthy-investment",
-
 
146
			function() {
-
 
147
		console.log("hello evaluateActualInvestmentPayout");
-
 
148
		window.location.href = context + "/evaluateActualInvestmentPayout";		
-
 
149
		
-
 
150
			});
-
 
151
	
-
 
152
	$(document).on('click', ".process-investment",
-
 
153
			function() {
-
 
154
		console.log("payMonthlyInvestment");
-
 
155
		window.location.href = context + "/payMonthlyInvestment";		
-
 
156
		
-
 
157
			});
-
 
158
	
-
 
159
	$(document).on('click', ".processInvestmentDryRun",
-
 
160
			function() {
-
 
161
		console.log("processInvestmentDryRun");
-
 
162
		window.location.href = context + "/processInvestmentDryRun";		
-
 
163
		
-
 
164
			});
-
 
165
	
-
 
166
	
-
 
167
	
-
 
168
	
143
 
169
 
144
	$(document).on('click', ".schemes", function() {
170
	$(document).on('click', ".schemes", function() {
145
		console.log("Active Schemes Button Clicked...")
171
		console.log("Active Schemes Button Clicked...")
146
 
172
 
147
		bootbox.confirm({
173
		bootbox.confirm({