Subversion Repositories SmartDukaan

Rev

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

Rev 25312 Rev 25313
Line 170... Line 170...
170
					scheduledTasks.sendAgeingReport();
170
					scheduledTasks.sendAgeingReport();
171
				}
171
				}
172
				System.exit(0);
172
				System.exit(0);
173
			}
173
			}
174
			if (args.containsOption("tvs")) {
174
			if (args.containsOption("tvs")) {
175
				scheduledTasks.sendPartnerInvestmentDetails();
175
				scheduledTasks.sendTargetVsSalesReport(null);
176
				System.exit(0);
176
				System.exit(0);
177
			}
177
			}
178
			if (args.containsOption("3")) {
178
			if (args.containsOption("3")) {
179
				if (args.getOptionNames().contains("offset")) {
179
				if (args.getOptionNames().contains("offset")) {
180
					int offset = Integer.parseInt(args.getOptionValues("offset").get(0));
180
					int offset = Integer.parseInt(args.getOptionValues("offset").get(0));