| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 35881 |
4 h 47 m |
ranu |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/service/ |
code commit for agent live status 2.0 |
|
| 35880 |
5 h 16 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ |
Remove dead blocked loan methods: selectBlockedLoans(retailerId) and getAllBlockedLoans() - zero callers. Keep selectAllBlockedLoans() as canonical. Remove unused Loan.findBlockedLoans named query (was buggy - missing settledOn filter). |
|
| 35879 |
5 h 17 m |
ranu |
/trunk/profitmandi-fofo/ |
code commit for agent live status 2.0 |
|
| 35878 |
5 h 28 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/transaction/ |
Remove duplicate getDefaultLoanWithoutLimit (alias of getDefaultLoans), consolidate fundWallet to use single code path |
|
| 35877 |
5 h 36 m |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/scheduled/ |
Credit cron fixes: correct interest rates in notifications, show total+bifurcation in messages, fix internal email text, filter limit blocks, limit WhatsApp to 2 per run, replace N+1 loan statement queries with loan fields, use selectAllBlockedLoans for fixBlockedCredit. |
|
| 35876 |
5 h 36 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
3-tier interest calculation, partner-aware dueDate, selectAllActiveLoan excludes limit blocks.
- Loan.java: add getPenaltyDate(), update isOverdue()/isDefault() to use it
- LoanRepositoryImpl: add limitBlock=false to selectAllActiveLoan queries
- SDCreditServiceImpl: add getTier1Days(), partner-aware dueDate in createLoan, rewrite addInterest/checkLoans with 3-tier rates, remove redundant isLimit filters |
|
| 35875 |
5 h 36 m |
amit |
/trunk/profitmandi-common/src/main/java/com/spice/profitmandi/common/model/ |
Add tiered interest rate constants and partner-type-aware credit days. Currently using old policy values (0.06/0.12/0.24, 15 days for all). New policy values commented for easy switch (0.06/0.09/0.12, 20 days for DIAMOND/PLATINUM). |
|
| 35874 |
5 h 47 m |
vikas |
/trunk/profitmandi-fofo/ |
Staging Deployment Commands Updated |
|
| 35873 |
6 h 15 m |
vikas |
/trunk/profitmandi-web/ |
Setup deployment for staging |
|
| 35872 |
6 h 32 m |
vikas |
/trunk/profitmandi-fofo/ |
Staging Deployment Commands Updated |
|
| 35871 |
6 h 48 m |
vikas |
/trunk/profitmandi-fofo/ |
Staging Deployment |
|
| 35870 |
8 h 0 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/entity/catalog/ |
Trim whitespace and NBSP in setModelName and setModelNumber |
|
| 35869 |
8 h 40 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/entity/catalog/ |
Trim whitespace and NBSP in Item.setColor to prevent color filter mismatch |
|
| 35868 |
9 h 57 m |
ranu |
/trunk/profitmandi-fofo/src/main/ |
code commit for agent live status roll back |
|
| 35867 |
10 h 37 m |
ranu |
/trunk/ |
code commit for agent live status |
|
| 35866 |
11 h 13 m |
amit |
/trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/scheduled/ |
Use Loan::isLimit instead of freeDays >= 365 in fixBlockedCredit |
|
| 35865 |
11 h 13 m |
amit |
/trunk/profitmandi-common/src/main/java/com/spice/profitmandi/common/model/ |
Remove BLOCK_LOAN_FREE_DAYS constant, replaced by limit_block column on loan table |
|
| 35864 |
11 h 13 m |
amit |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ |
Add limit_block column to Loan, replace freeDays >= 365 hack, fix free days resolution with sanction override |
|
| 35863 |
1 d 5 h |
amit |
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/ |
fix: OrderController - fix refundedAmount accumulation bug, batch-fetch providers and image URLs, reuse OrderStatusGroups, remove verbose logging |
|
| 35862 |
1 d 6 h |
ranu |
/trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/catalog/ |
offfer cache changed with local cache |
|