Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35890 8 h 47 m amit /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ Fix edit targets UI to show unique targets only (2 inputs instead of 4)  
35889 9 h 21 m amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/offers/ Fix updateOfferTargets unique key constraint - group slabs by payout_target and use updateById  
35888 11 h 3 m amit /trunk/profitmandi-fofo/src/main/ Fix: use partner_criteria JSON for partner modal, remove offer_partners table dependency  
35887 11 h 3 m amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fix: use partner_criteria JSON instead of offer_partners table for partner management  
35886 13 h 8 m amit /trunk/profitmandi-fofo/src/main/ Admin offer management UI: manage partners modal, edit targets, JS handlers, bump version to 325  
35885 13 h 9 m amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Admin offer management: add/remove partners, clone offer, update targets + empty guard fix in getCreateOfferRequest  
35884 15 h 3 m amit /trunk/profitmandi-fofo/src/main/webapp/ Update GRN correction UI: rename labels, add IMEI field for serialized item corrections  
35883 15 h 3 m amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/warehouse/ Handle serialized items in GRN qty corrections - reassign IMEI to correct item on approval  
35882 15 h 3 m amit /trunk/profitmandi-common/src/main/java/com/spice/profitmandi/common/model/ Add optional serialNumber field to ItemQtyMapping for serialized GRN item corrections  
35881 1 d 11 h ranu /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/service/ code commit for agent live status 2.0  
35880 1 d 12 h 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 1 d 12 h ranu /trunk/profitmandi-fofo/ code commit for agent live status 2.0  
35878 1 d 12 h 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 1 d 12 h 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 1 d 12 h 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 1 d 12 h 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 1 d 12 h vikas /trunk/profitmandi-fofo/ Staging Deployment Commands Updated  
35873 1 d 13 h vikas /trunk/profitmandi-web/ Setup deployment for staging  
35872 1 d 13 h vikas /trunk/profitmandi-fofo/ Staging Deployment Commands Updated  
35871 1 d 13 h vikas /trunk/profitmandi-fofo/ Staging Deployment  
35870 1 d 14 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/entity/catalog/ Trim whitespace and NBSP in setModelName and setModelNumber  
35869 1 d 15 h 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 1 d 16 h ranu /trunk/profitmandi-fofo/src/main/ code commit for agent live status roll back  
35867 1 d 17 h ranu /trunk/ code commit for agent live status  
35866 1 d 18 h amit /trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/scheduled/ Use Loan::isLimit instead of freeDays >= 365 in fixBlockedCredit  
35865 1 d 18 h 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 1 d 18 h 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 2 d 11 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 2 d 13 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/catalog/ offfer cache changed with local cache  
35861 2 d 13 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/offers/ ofer service replace redi cache to normal cache  
35860 2 d 13 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/fofo/ Fix TypedQuery type mismatch: JPQL sum() returns Double not Float in selectActivatedStockAmount  
35859 2 d 14 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/ Fixed selectById issue  
35858 2 d 14 h amit /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ Move Publish All button inline with OFFER HISTORY heading  
35857 2 d 14 h amit /trunk/profitmandi-fofo/src/main/ Add bulk publish all, delete offer UI/endpoints, offer cache eviction on activate, bump JS version  
35856 2 d 14 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Optimize activated stock query (no cache), move offer cache to Redis, add bulk publish and delete offer  
35855 2 d 15 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/catalog/ Fix SAXParseException on offer publish: replace unclosed <br> with <br/> in ItemCriteriaRepositoryImpl  
35854 3 d 7 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fix: Restore position-based auth filtering in getWarehousePartners for warehouseId=0  
35853 3 d 11 h ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ no ans will come after 4 hrs  
35852 3 d 11 h ranu /trunk/ call data download  
35851 3 d 12 h amit /trunk/profitmandi-cron/ Revert OpenCV from 4.9.0 to 3.4.2 - native libs not compatible with server environment