Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
36401 86 d 2 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Replace mailSender (SendGrid) with gmailRelaySender - SendGrid API key expired/revoked  
35957 137 d 4 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Migrate SMTP calls to mailOutboxService in fofo controllers - mail outbox pattern  
35848 147 d 1 h amit /trunk/ Refactor investment logic to use own investment (total - utilized), remove minimumInvestmentOld, add OK_INVESTMENT_SHORT_PERCENTAGE constant, update thresholds CUTOFF_INVESTMENT=10 MIN_INVESTMENT_PERCENTAGE=5  
35811 151 d 18 h amit /trunk/ Centralize credit/loan summary: CreditSummary DTO, bulk query, fix stale utilization, re-enable overdue check, fix interestPaid bug, optimize fresh money (3 queries vs 21), remove dead code  
35578 184 d 0 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fix: Protect admin-set hardLimit from being overwritten

- Bug fix: Credit limit set by admin (hardLimit=true) was being overwritten
when other users updated SD credit requirements
- Performance: Removed redundant database query for SDCreditRequirement
- Fix: Calculate availableLimit after limit changes to ensure correct value
- Cleanup: Use fofoId variable instead of repeated method calls
 
35534 196 d 1 h amit /trunk/profitmandi-fofo/src/main/ Add credit blocked exception button to SD Credit page

- Added 'Add Exception' button in sd-credit-requirement-row.vm
- Added /addCreditBlockedException endpoint in SDCreditController.java
- Added JavaScript handler in sd-credit.js for the new button
- Allows adding CreditBlockedExceptionPartner entry for a partner for the current day
 
35458 213 d 20 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
 
35395 217 d 15 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed performance  
35335 232 d 21 h ranu /trunk/ code deploy with partners of loans  
35320 238 d 23 h ranu /trunk/ code deploy with partners of loans  
35318 239 d 3 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed hard limit  
35313 239 d 21 h amit /trunk/ Fixed SDCredit Trial  
35301 244 d 22 h amit /trunk/ Fixed minimum investment logic  
35286 249 d 22 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ nothing much  
35274 253 d 1 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed hard limit logic  
35216 278 d 3 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ logeer added  
35210 279 d 22 h vikas /trunk/ Push Notifications Templates  
35158 286 d 3 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed issue related to Sd Credit  
35148 287 d 21 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed issue related to Sd Credit  
35139 288 d 1 h amit /trunk/ Chaged limit to suggested limit when hard limit is reset  
35131 288 d 22 h amit /trunk/ Fixed hardlimit Logic  
34969 319 d 21 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ sd credit given to kamini sharma  
34588 427 d 1 h ranu /trunk/ purchase invoice and settle negative wallet url created  
34357 477 d 23 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/ l2 approval sanction request done  
34355 477 d 23 h ranu /trunk/ l2 approval sanction request done  
34125 554 d 22 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ sanction request reject on approval amount is null  
33858 651 d 23 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ settle loan url  
33856 652 d 5 h tejus.lohani /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ code fix  
33854 652 d 18 h tejus.lohani /trunk/ give hard_limit field in sd credit panal for tarun sir  
33853 652 d 20 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ loan settle method  
33852 652 d 20 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ loan setlle method in fofof  
33851 652 d 20 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ adjusting loan for specific loan if loan is not adjusting and other loan is adjusting  
33827 658 d 23 h ranu /trunk/ loan sunnry test  
33533 748 d 4 h amit.gupta /trunk/ Fixed due and default should now be accessed via Loan.java  
33505 752 d 23 h amit.gupta /trunk/ Fixed sanction  
33419 780 d 23 h amit.gupta /trunk/ Changes related to order  
33354 803 d 3 h amit.gupta /trunk/ Enhanced Sidbi Sanctions  
33205 832 d 2 h amit.gupta /trunk/ Fixed sidbi issue  
32840 919 d 3 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Removed wahtsapp notification to RBMs for sanction approval  
32777 934 d 23 h amit.gupta /trunk/ Fixed whatsapp notifications