Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
36401 51 d 18 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Replace mailSender (SendGrid) with gmailRelaySender - SendGrid API key expired/revoked  
35957 102 d 20 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 112 d 18 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 117 d 10 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 149 d 16 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 161 d 18 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 179 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
 
35395 183 d 8 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed performance  
35335 198 d 14 h ranu /trunk/ code deploy with partners of loans  
35320 204 d 15 h ranu /trunk/ code deploy with partners of loans  
35318 204 d 20 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed hard limit  
35313 205 d 14 h amit /trunk/ Fixed SDCredit Trial  
35301 210 d 15 h amit /trunk/ Fixed minimum investment logic  
35286 215 d 15 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ nothing much  
35274 218 d 18 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed hard limit logic  
35216 243 d 20 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ logeer added  
35210 245 d 15 h vikas /trunk/ Push Notifications Templates  
35158 251 d 20 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed issue related to Sd Credit  
35148 253 d 14 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed issue related to Sd Credit  
35139 253 d 18 h amit /trunk/ Chaged limit to suggested limit when hard limit is reset  
35131 254 d 15 h amit /trunk/ Fixed hardlimit Logic  
34969 285 d 14 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ sd credit given to kamini sharma  
34588 392 d 17 h ranu /trunk/ purchase invoice and settle negative wallet url created  
34357 443 d 15 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/ l2 approval sanction request done  
34355 443 d 16 h ranu /trunk/ l2 approval sanction request done  
34125 520 d 15 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ sanction request reject on approval amount is null  
33858 617 d 16 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ settle loan url  
33856 617 d 22 h tejus.lohani /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ code fix  
33854 618 d 11 h tejus.lohani /trunk/ give hard_limit field in sd credit panal for tarun sir  
33853 618 d 13 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ loan settle method  
33852 618 d 13 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ loan setlle method in fofof  
33851 618 d 13 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 624 d 16 h ranu /trunk/ loan sunnry test  
33533 713 d 21 h amit.gupta /trunk/ Fixed due and default should now be accessed via Loan.java  
33505 718 d 16 h amit.gupta /trunk/ Fixed sanction  
33419 746 d 16 h amit.gupta /trunk/ Changes related to order  
33354 768 d 20 h amit.gupta /trunk/ Enhanced Sidbi Sanctions  
33205 797 d 19 h amit.gupta /trunk/ Fixed sidbi issue  
32840 884 d 20 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Removed wahtsapp notification to RBMs for sanction approval  
32777 900 d 16 h amit.gupta /trunk/ Fixed whatsapp notifications