Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35944 60 d 23 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fix invoice number race condition: use SELECT FOR UPDATE on sellerwarehouse in getInvoiceNumber  
35943 61 d 16 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/ Reduce log noise: demote interceptor/cookie per-request INFO to DEBUG, demote large object dumps and loop logging to DEBUG, fix string concatenation in log statements  
35942 61 d 16 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Reduce log noise: demote verbose INFO to DEBUG, fix empty list SQLGrammarException in getItemAvailability, fix copy-paste bug in PartnerTypeChangeServiceImpl, fix string concatenation in log statements  
35941 61 d 18 h vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ Update shopify env  
35940 61 d 18 h vikas /trunk/profitmandi-dao/src/main/resources/ Update shopify env  
35939 61 d 18 h vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ Update Existing Shopify Product Sync  
35938 61 d 18 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fix scheme IMEI search performance: remove entity list logging causing lazy load, batch PriceDrop queries  
35937 61 d 18 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/transaction/ Fix scheme IMEI search performance: add PriceDrop batch selectByIds to eliminate N+1 queries  
35936 61 d 23 h vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ Update Existing Shopify Product Sync  
35935 61 d 23 h vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ Update Existing Shopify Product Sync  
35934 63 d 18 h vikas /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/req/ Support Apis: Added new  
35933 63 d 19 h aman /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ Fix:Contact us list update  
35932 63 d 23 h vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ Update Existing Shopify Product  
35931 64 d 3 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/transaction/ Fix negative wallet double-count in createSDDirectOrder

Ignore negative wallet balance when calculating limit block amount.
blockLoan() already calls fundWallet() to cover negative balance independently.
Including negative wallet caused over-allocation, leaving residual pending_amount
on limit-blocked loans that could never be released.
 
35930 64 d 9 h vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/shopify/ Update Existing Shopify Product  
35929 64 d 9 h vikas /trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ Update Existing Shopify Product  
35928 64 d 9 h vikas /trunk/ Update Existing Shopify Product  
35927 64 d 10 h vikas /trunk/ Support Apis: Added new  
35926 64 d 10 h vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ Update Existing Shopify Product  
35925 64 d 17 h amit /trunk/profitmandi-fofo/src/main/ Per-criteria offer editing UI + fix cache eviction bugs

- Add POST /offer/updateSlabs endpoint with JSON body for per-slab target+payout editing
- Replace flat target editor with grouped table (Models, Slab, Target, Payout columns)
- Fix: publishedOffersWithAchievement evicted from wrong cache manager (redisShort->oneDay)
- Fix: todayOffers cache never evicted on offer mutations — added to all mutating operations
- Extract evictOfferCaches() helper for update endpoints
 

Show All