| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 35848 |
11 h 34 m |
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 |
5 d 4 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 |
37 d 10 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 |
49 d 11 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 |
67 d 6 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 |
71 d 1 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed performance |
|
| 35335 |
86 d 7 h |
ranu |
/trunk/ |
code deploy with partners of loans |
|
| 35320 |
92 d 9 h |
ranu |
/trunk/ |
code deploy with partners of loans |
|
| 35318 |
92 d 13 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed hard limit |
|
| 35313 |
93 d 8 h |
amit |
/trunk/ |
Fixed SDCredit Trial |
|
| 35301 |
98 d 8 h |
amit |
/trunk/ |
Fixed minimum investment logic |
|
| 35286 |
103 d 8 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
nothing much |
|
| 35274 |
106 d 11 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed hard limit logic |
|
| 35216 |
131 d 13 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
logeer added |
|
| 35210 |
133 d 9 h |
vikas |
/trunk/ |
Push Notifications Templates |
|
| 35158 |
139 d 13 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed issue related to Sd Credit |
|
| 35148 |
141 d 7 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed issue related to Sd Credit |
|
| 35139 |
141 d 12 h |
amit |
/trunk/ |
Chaged limit to suggested limit when hard limit is reset |
|
| 35131 |
142 d 8 h |
amit |
/trunk/ |
Fixed hardlimit Logic |
|
| 34969 |
173 d 7 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
sd credit given to kamini sharma |
|