Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35533 196 d 12 h amit /trunk/profitmandi-fofo/src/main/ Fixed AppConfig  
35510 203 d 9 h amit /trunk/profitmandi-fofo/src/main/webapp/resources/js/ Fixed method Number to comma for Cr. Values  
35459 214 d 5 h amit /trunk/ Revert non-Java file changes from r35458  
35458 214 d 5 h amit /trunk/ Revert @Transactional(readOnly=true) - keep @Transactional only at Controller level

Changes:
- profitmandi-web: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional(readOnly = true)
- profitmandi-fofo: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional
- profitmandi-dao: Removed @Transactional from services/repositories

Exceptions (called from interceptors, need own transaction):
- RoleManager: @Transactional(readOnly = true) - called from interceptor for auth
- PartnerTypeChangeServiceImpl.getBestPartner(): @Transactional - called from JWTUtil via interceptor

Fixed javax.transaction.Transactional to org.springframework.transaction.annotation.Transactional
Fixed rollbackOn to rollbackFor for Spring compatibility
 
35289 249 d 16 h amit /trunk/ Added trial franchisee feature  
34859 350 d 7 h vikas /trunk/ Web Pages Management  
34813 366 d 7 h aman /trunk/ Partner Dashboard Analysis  
34546 435 d 9 h vikas.jangra /trunk/profitmandi-fofo/src/main/ Liquidation/Bidding push notification and Publish  
34387 470 d 7 h vikas.jangra /trunk/ Liquidation/Bidding initial work  
34236 512 d 6 h ranu /trunk/ credit note report given to finnace and partner  
33973 608 d 6 h tejus.lohani /trunk/ Added super catalogs  
33927 615 d 13 h tejus.lohani /trunk/ add retailerId in PartnerDealerMapping and fix some bugs  
33790 667 d 10 h ranu /trunk/profitmandi-fofo/src/main/ config version change  
33788 667 d 12 h ranu /trunk/ aging maintain  
33780 673 d 8 h tejus.lohani /trunk/profitmandi-fofo/src/main/webapp/resources/js/ add mail validation function in commomJs and use this to validate mail in loi_form email input  
33765 679 d 7 h ranu /trunk/profitmandi-fofo/src/main/ try catch of bad request handle  
33759 679 d 12 h ranu /trunk/profitmandi-fofo/src/main/ exculde reports url in post interceptor  
33758 679 d 12 h ranu /trunk/profitmandi-fofo/src/main/ js version change  
33756 679 d 13 h ranu /trunk/profitmandi-fofo/src/main/ post interceptor for every post handling  
33612 727 d 12 h amit.gupta /trunk/ Fixed logic to bill only top 5  

Show All