| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 35957 |
30 d 18 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 |
40 d 15 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 |
45 d 8 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 |
77 d 14 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 |
89 d 15 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 |
107 d 10 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 |
111 d 5 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed performance |
|
| 35335 |
126 d 11 h |
ranu |
/trunk/ |
code deploy with partners of loans |
|
| 35320 |
132 d 13 h |
ranu |
/trunk/ |
code deploy with partners of loans |
|
| 35318 |
132 d 17 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed hard limit |
|
| 35313 |
133 d 12 h |
amit |
/trunk/ |
Fixed SDCredit Trial |
|
| 35301 |
138 d 12 h |
amit |
/trunk/ |
Fixed minimum investment logic |
|
| 35286 |
143 d 12 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
nothing much |
|
| 35274 |
146 d 15 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed hard limit logic |
|
| 35216 |
171 d 17 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
logeer added |
|
| 35210 |
173 d 13 h |
vikas |
/trunk/ |
Push Notifications Templates |
|
| 35158 |
179 d 17 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed issue related to Sd Credit |
|
| 35148 |
181 d 11 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed issue related to Sd Credit |
|
| 35139 |
181 d 16 h |
amit |
/trunk/ |
Chaged limit to suggested limit when hard limit is reset |
|
| 35131 |
182 d 12 h |
amit |
/trunk/ |
Fixed hardlimit Logic |
|
| 34969 |
213 d 11 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
sd credit given to kamini sharma |
|
| 34588 |
320 d 15 h |
ranu |
/trunk/ |
purchase invoice and settle negative wallet url created |
|
| 34357 |
371 d 13 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/ |
l2 approval sanction request done |
|
| 34355 |
371 d 13 h |
ranu |
/trunk/ |
l2 approval sanction request done |
|
| 34125 |
448 d 12 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
sanction request reject on approval amount is null |
|
| 33858 |
545 d 14 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
settle loan url |
|
| 33856 |
545 d 20 h |
tejus.lohani |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
code fix |
|
| 33854 |
546 d 8 h |
tejus.lohani |
/trunk/ |
give hard_limit field in sd credit panal for tarun sir |
|
| 33853 |
546 d 10 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
loan settle method |
|
| 33852 |
546 d 10 h |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
loan setlle method in fofof |
|
| 33851 |
546 d 11 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 |
552 d 13 h |
ranu |
/trunk/ |
loan sunnry test |
|
| 33533 |
641 d 18 h |
amit.gupta |
/trunk/ |
Fixed due and default should now be accessed via Loan.java |
|
| 33505 |
646 d 13 h |
amit.gupta |
/trunk/ |
Fixed sanction |
|
| 33419 |
674 d 14 h |
amit.gupta |
/trunk/ |
Changes related to order |
|
| 33354 |
696 d 18 h |
amit.gupta |
/trunk/ |
Enhanced Sidbi Sanctions |
|
| 33205 |
725 d 16 h |
amit.gupta |
/trunk/ |
Fixed sidbi issue |
|
| 32840 |
812 d 18 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Removed wahtsapp notification to RBMs for sanction approval |
|
| 32777 |
828 d 14 h |
amit.gupta |
/trunk/ |
Fixed whatsapp notifications |
|
| 32742 |
843 d 13 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed |
|