Subversion Repositories SmartDukaan

Rev

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

Rev 31117 Rev 31249
Line 408... Line 408...
408
		}
408
		}
409
		if (args.containsOption("notifyAll")) {
409
		if (args.containsOption("notifyAll")) {
410
			scheduledTasks.sendDailySalesNotificationToPartner(null);
410
			scheduledTasks.sendDailySalesNotificationToPartner(null);
411
			System.exit(0);
411
			System.exit(0);
412
		}
412
		}
-
 
413
 
-
 
414
		if (args.containsOption("monthlyTargetForInternalTeam")) {
-
 
415
			scheduledTasks.monthlyTargetForInternalTeam();
-
 
416
			System.exit(0);
-
 
417
		}
-
 
418
 
-
 
419
		if (args.containsOption("monthlyTargetForPartner")) {
-
 
420
			scheduledTasks.monthlyTargetForPartner();
-
 
421
			System.exit(0);
-
 
422
		}
-
 
423
 
-
 
424
		if (args.containsOption("hygineAlertForPartner")) {
-
 
425
			scheduledTasks.hygineAlertForPartner();
-
 
426
			System.exit(0);
-
 
427
		}
-
 
428
 
-
 
429
		if (args.containsOption("hygineAlertForInternalTeam")) {
-
 
430
			scheduledTasks.hygineAlertForInternalTeam();
-
 
431
			System.exit(0);
-
 
432
		}
-
 
433
 
413
		if (args.containsOption("OutSchemeReco")) {
434
		if (args.containsOption("OutSchemeReco")) {
414
			scheduledTasks.dryRunOutSchemeReco();
435
			scheduledTasks.dryRunOutSchemeReco();
415
			// runOnceTasks.migrateChallansToInvoices();
436
			// runOnceTasks.migrateChallansToInvoices();
416
			// reconciliation.dailyReconciliation();
437
			// reconciliation.dailyReconciliation();
417
			System.exit(0);
438
			System.exit(0);