| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 36399 |
17 d 0 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Replace mailSender (SendGrid) with gmailRelaySender - SendGrid API key expired/revoked |
|
| 36290 |
27 d 2 h |
aman |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Fix:Finance code to finance team after code creation |
|
| 36262 |
30 d 19 h |
aman |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Fix:Send Mail for filled loi form to finance team |
|
| 36242 |
33 d 19 h |
aman |
/trunk/ |
Fix:Attachment is Full-stock payment approval ,Timeline ui graphical summary, wod initianl mail after store code creation |
|
| 36152 |
42 d 3 h |
aman |
/trunk/ |
Feat:Request Panel for brand dealer registration,Admin panel for managing WOD request templates |
|
| 36067 |
49 d 2 h |
aman |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Fix:Duplicate Mail Sending issue and bug fixing |
|
| 36008 |
57 d 19 h |
aman |
/trunk/ |
Fix:Redesign the Po Approval page add total count, Add mail in bcc for testing , partnerpending task api response optimisation, |
|
| 35971 |
65 d 19 h |
aman |
/trunk/ |
Feat : Loi 2.0 Enhancement and redesigning |
|
| 35956 |
68 d 2 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 |
101 d 3 h |
aman |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ |
Fix:Email Service and adhar front and back uploader |
|
| 35458 |
144 d 18 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 |
148 d 13 h |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Improved performance |
|
| 35336 |
162 d 23 h |
aman |
/trunk/ |
Fix:Manual entry if gst is not verified (api response is coming null) |
|
| 35169 |
215 d 21 h |
aman |
/trunk/ |
FIx: Date time formatter fix in scheme-imei-history |
|
| 34442 |
387 d 17 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 |
405 d 22 h |
tejus.lohani |
/trunk/ |
Distance field in billing Dashboard,when warehouse and billing address pincode are same ,then distance is required |
|
| 34251 |
440 d 2 h |
tejus.lohani |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ |
add first name last name column in loi report |
|
| 34149 |
477 d 22 h |
tejus.lohani |
/trunk/ |
New panel for partner Brand commitments , add commitment , update commitment and view partner commitments, Now in DMS code panel team only view commitment instead of update mean it read only |
|
| 34109 |
491 d 19 h |
tejus.lohani |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ |
add state head and bdm column in report |
|
| 34107 |
491 d 22 h |
tejus.lohani |
/trunk/ |
TECH-655,Add Two field in Onboarding form(loi form), 1.State Head , 2. SM and map these to field with Partner Onboarding panel , so that it automate in other related field |
|