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
35995 116 d 14 h aman /trunk/ Fix:Redesign the Po Approval page, and po creation logic for first po, trail mails formatting fix  
35971 120 d 14 h aman /trunk/ Feat : Loi 2.0 Enhancement and redesigning  
35956 122 d 21 h amit /trunk/profitmandi-dao/src/main/ Mail outbox pattern: persist mail in transaction, send async after commit. Fixes lock contention between /cancelOrder and /om/addBillingDetailsForGrouppedOrders caused by SMTP calls inside transactions holding DB locks.  
35690 149 d 2 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Optimize order creation performance: add overloaded focusedModelShortageValidation with pre-fetched data, add overloaded payThroughWallet and processTransaction to avoid duplicate fetches, fix N+1 queries in BulkOrderService by batch-fetching items and tagListings  
35458 199 d 13 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
 
34959 306 d 20 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ Update  
34958 306 d 20 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ Update  
34957 306 d 20 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ Update  
34956 306 d 20 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ Update  
34856 336 d 16 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ icici insurance policY uploaded with live credentials  
34832 342 d 20 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ added validation on bulk order of brand  
34695 378 d 20 h aman.kumar /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ Bulkorder Upload Error Fix removed GetUsername from error  
34675 384 d 13 h aman.kumar /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ Create Loan For order fix  
34674 384 d 16 h aman.kumar /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ show the partner name when wallet amount is not sufficient on bulk order  
34661 390 d 22 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ sd Credit free days set 0 update method  
34637 400 d 17 h vikas.jangra /trunk/ Wallet debit for bid  
34592 412 d 14 h vikas.jangra /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Combined special Offers  
34576 415 d 9 h vikas.jangra /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Try catch added for bid process  
34575 416 d 17 h vikas.jangra /trunk/ Liquidation/Bidding auto approval  
34573 418 d 9 h vikas.jangra /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ PO Generated by Retailer or auth user  

Show All