Subversion Repositories SmartDukaan

Rev

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

Rev 25541 Rev 25589
Line 657... Line 657...
657
				}
657
				}
658
			}
658
			}
659
 
659
 
660
			// System.out.println("Total Amount Rolled Back is " + totalRollbackAmount);
660
			// System.out.println("Total Amount Rolled Back is " + totalRollbackAmount);
661
		}
661
		}
662
		scheduledTasks.processScheme(startDate, startDate.plusDays(10));
662
		scheduledTasks.processScheme(startDate, startDate.plusDays(10), true);
663
 
-
 
664
		// throw new Exception();
-
 
665
	}
663
	}
666
 
664
 
667
	public void fixWallet() throws Exception {
665
	public void fixWallet() throws Exception {
668
		List<FofoStore> fofoStores = fofoStoreRepository.selectAll();
666
		List<FofoStore> fofoStores = fofoStoreRepository.selectAll();
669
		System.out.println("id\tcode\tactive\tname\tcity\tstate\twallet amount\tsum\twallet amount-sum");
667
		System.out.println("id\tcode\tactive\tname\tcity\tstate\twallet amount\tsum\twallet amount-sum");