Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35749 4 m ranu /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/ now recording also fetching  
35748 26 m amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/user/ Fix: handle parallel timeline check in checkForWodFinMapping gracefully

Catch ProfitMandiBusinessException from validateEvent when checking
WOD_FINANCE_MAPPING, since WOD and FIN_CODE are parallel timelines
and either may not be complete when the other finishes.
 
35747 1 h 21 m amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/config/ bump js version  
35746 1 h 22 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 1 h 27 m amit /trunk/profitmandi-fofo/src/main/webapp/ fix offer details dialog bugs  
35744 1 h 57 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 2 h 34 m vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/offers/ Added cache annotation to TodayOfferServiceImpl  
35742 2 h 39 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 3 h 15 m ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/integrations/icicilombard/ rbm calls date wise filter given  
35740 3 h 46 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 3 h 57 m ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/integrations/icicilombard/ rbm calls date wise filter given  
35738 4 h 4 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 4 h 5 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 4 h 15 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 4 h 44 m amit /trunk/CRMService/src/main/java/in/shop2020/crm/service/handler/ Remove AlertClient dependency from CRMServiceHandler  
35734 4 h 44 m amit /trunk/PyProj/src/shop2020/model/v1/order/impl/ Remove AlertClient dependency from order DataAccessors and ObsoleteDataAccessors  
35733 4 h 45 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 4 h 59 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 5 h 17 m ranu /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ rbm calls date wise filter given  
35730 6 h 40 m ranu /trunk/ rbm calls date wise filter given  

Show All