| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 35811 |
20 h 46 m |
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 |
|
| 35572 |
33 d 18 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fix: Remove duplicate persist in wallet approval
The addWalletRequest status was already being updated in memory,
and the entity is managed by Hibernate session - no explicit persist needed. |
|
| 35458 |
62 d 23 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 |
|
| 35197 |
130 d 0 h |
amit |
/trunk/ |
Fixed Add Wallet Request Logic |
|
| 34982 |
164 d 4 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Update |
|
| 34712 |
240 d 4 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
donotcommit |
|
| 34527 |
291 d 5 h |
tejus.lohani |
/trunk/ |
hdfc payment report and investometer in partner dashboard |
|
| 34441 |
306 d 7 h |
tejus.lohani |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
wallet statement download and account statement download problem fix |
|
| 34440 |
306 d 7 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
config |
|
| 34435 |
308 d 4 h |
tejus.lohani |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
upi payment capture details modification and remove admit check in wallet statement download and account statement download so that partner download his account and wallet statement |
|
| 34261 |
354 d 3 h |
tejus.lohani |
/trunk/ |
Give (a pending,approved,reject)add-wallet-req report |
|
| 34096 |
411 d 6 h |
aman.kumar |
/trunk/ |
Wallet-report changes and wallet-addn serchbydate option |
|
| 33861 |
500 d 4 h |
tejus.lohani |
/trunk/ |
check fullStockPayment and orderDispatch and auto mark billing and fullstock payment |
|
| 33696 |
547 d 9 h |
amit.gupta |
/trunk/ |
Added changes related to Narration and fixing loan creation while billing |
|
| 33449 |
617 d 6 h |
ranu |
/trunk/ |
add total due and utilization number on wallet |
|
| 33420 |
630 d 2 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed average credit days. |
|
| 33363 |
651 d 2 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed Order quantity avai |
|
| 33362 |
651 d 3 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed Order quantity avai |
|
| 33361 |
651 d 3 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed Order quantity avai |
|
| 33360 |
651 d 3 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed Order quantity avai |
|