Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
36936 24 d 20 h vikas /trunk/ Update Email Ids  
36874 31 d 21 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/loiForm/ kamini mam access issue on pending loi  
36842 35 d 20 h aman /trunk/ LOI form: restrict Acquired Date to the last 7 days (calendar min/max + client validation + server-side guard)  
36399 84 d 19 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Replace mailSender (SendGrid) with gmailRelaySender - SendGrid API key expired/revoked  
36290 94 d 21 h aman /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fix:Finance code to finance team after code creation  
36262 98 d 14 h aman /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fix:Send Mail for filled loi form to finance team  
36242 101 d 14 h aman /trunk/ Fix:Attachment is Full-stock payment approval ,Timeline ui graphical summary, wod initianl mail after store code creation  
36152 109 d 22 h aman /trunk/ Feat:Request Panel for brand dealer registration,Admin panel for managing WOD request templates  
36067 116 d 21 h aman /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fix:Duplicate Mail Sending issue and bug fixing  
36008 125 d 14 h aman /trunk/ Fix:Redesign the Po Approval page add total count, Add mail in bcc for testing , partnerpending task api response optimisation,  
35971 133 d 15 h aman /trunk/ Feat : Loi 2.0 Enhancement and redesigning  
35956 135 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.  
35642 168 d 22 h aman /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ Fix:Email Service and adhar front and back uploader  
35458 212 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
 
35394 216 d 8 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Improved performance  
35336 230 d 18 h aman /trunk/ Fix:Manual entry if gst is not verified (api response is coming null)  
35169 283 d 16 h aman /trunk/ FIx: Date time formatter fix in scheme-imei-history  
34442 455 d 12 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 473 d 17 h tejus.lohani /trunk/ Distance field in billing Dashboard,when warehouse and billing address pincode are same ,then distance is required  
34251 507 d 21 h tejus.lohani /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ add first name last name column in loi report  

Show All