Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
36936 25 d 9 h vikas /trunk/ Update Email Ids  
36874 32 d 9 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/loiForm/ kamini mam access issue on pending loi  
36842 36 d 9 h aman /trunk/ LOI form: restrict Acquired Date to the last 7 days (calendar min/max + client validation + server-side guard)  
36399 85 d 8 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Replace mailSender (SendGrid) with gmailRelaySender - SendGrid API key expired/revoked  
36290 95 d 9 h aman /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fix:Finance code to finance team after code creation  
36262 99 d 3 h aman /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fix:Send Mail for filled loi form to finance team  
36242 102 d 3 h aman /trunk/ Fix:Attachment is Full-stock payment approval ,Timeline ui graphical summary, wod initianl mail after store code creation  
36152 110 d 10 h aman /trunk/ Feat:Request Panel for brand dealer registration,Admin panel for managing WOD request templates  
36067 117 d 10 h aman /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fix:Duplicate Mail Sending issue and bug fixing  
36008 126 d 3 h aman /trunk/ Fix:Redesign the Po Approval page add total count, Add mail in bcc for testing , partnerpending task api response optimisation,  
35971 134 d 3 h aman /trunk/ Feat : Loi 2.0 Enhancement and redesigning  
35956 136 d 10 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.  
35642 169 d 11 h aman /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ Fix:Email Service and adhar front and back uploader  
35458 213 d 2 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
 
35394 216 d 21 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Improved performance  
35336 231 d 7 h aman /trunk/ Fix:Manual entry if gst is not verified (api response is coming null)  
35169 284 d 4 h aman /trunk/ FIx: Date time formatter fix in scheme-imei-history  
34442 456 d 1 h tejus.lohani /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/loiForm/ send full name in loi instead of first name  
34373 474 d 6 h tejus.lohani /trunk/ Distance field in billing Dashboard,when warehouse and billing address pincode are same ,then distance is required  
34251 508 d 9 h tejus.lohani /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ add first name last name column in loi report  

Show All