Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35747 14 m amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/config/ bump js version  
35746 15 m amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fix: Handle empty item list in searchOrderDetails endpoint

Added empty check before calling itemRepository.selectByIds() to prevent
invalid SQL IN clause exception when invoice has no items.
 
35745 20 m amit /trunk/profitmandi-fofo/src/main/webapp/ fix offer details dialog bugs  
35744 50 m amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/entity/inventory/ Fix batch vendor pricing query: add effected_on date filter to both subqueries to match per-item query behavior  
35743 1 h 27 m vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/offers/ Added cache annotation to TodayOfferServiceImpl  
35742 1 h 32 m amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/repository/ GenericRepository: use session.get() for selectById to leverage Hibernate first-level cache  
35741 2 h 8 m ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/integrations/icicilombard/ rbm calls date wise filter given  
35740 2 h 40 m amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/entity/warehouse/ Fix sgstRate using cgst_rate instead of sgst_rate in PurchaseInvoicesReport query  
35739 2 h 50 m ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/integrations/icicilombard/ rbm calls date wise filter given  
35738 2 h 57 m amit /trunk/PyProj/src/shop2020/model/v1/inventory/impl/ Add session.expunge_all() after commits in inventory cache update functions to prevent ORM object accumulation  
35737 2 h 58 m amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ OrderController: fix N+1 queries, replace e.printStackTrace with LOGGER, fix string concat in logging, make accessoriesDeals static final  
35736 3 h 8 m amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ Fix remaining coding issues in FOFO order creation

- Remove unused changedTotalBillAmount dead code
- Fix NPE when serializedInventoryItemMap returns null for an item
- Replace break-in-loop with iterator().next() in createAndGetFofoOrderItem
- Replace e.printStackTrace() with proper LOGGER.error()
- Log actual exception in state rate lookup instead of swallowing it
- Skip processScratchOffer when no smartphone in order
 
35735 3 h 37 m amit /trunk/CRMService/src/main/java/in/shop2020/crm/service/handler/ Remove AlertClient dependency from CRMServiceHandler  
35734 3 h 37 m amit /trunk/PyProj/src/shop2020/model/v1/order/impl/ Remove AlertClient dependency from order DataAccessors and ObsoleteDataAccessors  
35733 3 h 39 m amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/order/ Fix noGST bug, remove dead price validation code, optimize live demo query in order creation

- noGST: compute once before loop with anyMatch instead of last-item-wins
- Remove pricingService.getPurchasePriceMopPriceNotFound call and empty validateDpPrice/validateMopPrice (disabled since 11 sep 2025)
- Replace selectAllSerialNumber full table load with targeted selectBySerialNumbers for order serials only
 
35732 3 h 52 m amit /trunk/PyProj/src/shop2020/model/v1/inventory/impl/ Replace Warehouse ORM queries with raw SQL cache in inventory DataAcessors - same approach as logistics fix  
35731 4 h 11 m ranu /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ rbm calls date wise filter given  
35730 5 h 33 m ranu /trunk/ rbm calls date wise filter given  
35729 6 h 28 m amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/transaction/ Change fresh money utilization window from same day (T+0) to T+7 for credit-blocked partners  
35728 6 h 44 m vikas /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ Hide 0 Tenure Offers for PineLabs  

Show All