Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
36277 3 h 24 m ranu /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ unique call and recording will show on dashboard  
36276 5 h 40 m ranu /trunk/ unique call and recording will show on dashboard  
36275 5 h 42 m aman /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ Fix:Fix unbilled stock sign  
36274 6 h 48 m amit /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ Hide Receive/Refund actions on Recent Debit Notes from non-admin partners  
36273 11 h 10 m amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/entity/warehouse/ Fix app config  
36272 1 d 3 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Add receiveDate to WarehouseSupplierInvoice

Added receiveDate field to warehouse.invoice entity to track when goods
were physically received. Set from PORowModel.getReceivedDate() during
GRN processing in PurchaseOrderServiceImpl.addPORowModels.
 
36271 1 d 4 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/inventory/ Fix processInvoiceReturn skipping SALE_RET for non-serialized items

processInvoiceReturn was only creating warehouse.scanNew SALE_RET entries
for serialized items (looked up by serial number). Non-serialized items
like accessories were silently skipped, leaving warehouse inventory
unreturned.

Fixed by working directly off SALE scans from warehouse.scanNew instead
of serial number lookup. This handles both serialized and non-serialized
items uniformly. Also uses actual sale quantity instead of hardcoded 1.
 
36270 1 d 4 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/warehouse/ Fix purchase.receivedOn to use actual GRN time instead of invoice registration date  
36269 1 d 5 h ranu /trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/scheduled/ consolidate email sent of l3 escaltion  
36268 1 d 6 h ranu /trunk/profitmandi-fofo/src/main/ escaltions updated on dashboard detail  
36267 1 d 6 h ranu /trunk/ sales dispostion updated  
36266 1 d 6 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fix NPE in PlacementPlanController when warehouse has no saholic stock data  
36265 1 d 6 h aman /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/checkout/ Fix:Block first order through App  
36264 1 d 10 h aman /trunk/profitmandi-fofo/src/main/webapp/WEB-INF/views/ftl/ Fix:Update Contact-us list  
36263 1 d 10 h vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/entity/warehouse/ Fix: Sale purchase invoice item quantity calculation  
36262 2 d 2 h aman /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fix:Send Mail for filled loi form to finance team  
36261 2 d 3 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ Fix JPQL: replace date() and string literals with typed :billingStartDate parameter, use NOT EXISTS instead of NOT IN  
36260 2 d 6 h amit /trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/scheduled/ Fix: add @Transactional(NOT_SUPPORTED) on Vivo methods to suspend ScheduledTasks outer transaction  
36259 2 d 6 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ Fix: re-apply tertiary query, add NOT NULL guard in NOT IN subquery, @Transactional(readOnly) on repo reads, fix persist ordering in saveActivation  
36258 2 d 6 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/entity/warehouse/ Fix app config  
36257 2 d 7 h aman /trunk/ Fix:Show ICICI Bank Ltd bank while adding wallet addn req  
36256 2 d 7 h vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/ Update SMS endpoints  
36255 3 d 8 h vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/entity/fofo/ ActivatedImei revert  
36254 3 d 11 h amit /trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ Add stdout error handling for --genDNs CLI arg — logs go to log4j which has no appender in CLI mode, so exceptions were silently swallowed. Now prints to stderr for debugging.  
36253 3 d 11 h amit /trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/scheduled/ Separate secondary/tertiary IMEI activation crons for Vivo/Oppo/Realme, perf fixes: shared saveActivation, Response leak fixes, /tmp cleanup, OpenCV static init, early break, remove class-level @Transactional from StandAlone  
36252 3 d 11 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/ Add tertiary IMEI activation query, shared saveActivation method, fix date() query performance  
36251 3 d 14 h amit /trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/scheduled/ Sender-type-aware mail cleanup: 6 months for SendGrid/Relay, 1 month for Google SMTP  
36250 3 d 14 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Sender-type-aware mail cleanup: 6 months for SendGrid/Relay, 1 month for Google SMTP  
36249 3 d 14 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/mail/ Route all SendGrid mail through Google Workspace Relay  
36248 3 d 14 h amit /trunk/profitmandi-cron/src/main/java/com/smartdukaan/cron/ Add gmailRelaySender bean for Google Workspace SMTP Relay  
36247 3 d 14 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/config/ Add gmailRelaySender bean for Google Workspace SMTP Relay  
36246 3 d 14 h amit /trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/config/ Add gmailRelaySender bean for Google Workspace SMTP Relay  
36245 3 d 14 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/mail/ Add Google Workspace SMTP Relay as third mail sender (RELAY) alongside SendGrid and Google  
36244 3 d 14 h amit /trunk/profitmandi-common/ Upgrade javax.mail from 1.4 to 1.6.2 for TLS 1.2 support (required by Google Workspace SMTP Relay)  
36243 5 d 2 h aman /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/service/ Fix:Correct monthly sale  
36242 5 d 2 h aman /trunk/ Fix:Attachment is Full-stock payment approval ,Timeline ui graphical summary, wod initianl mail after store code creation  
36241 5 d 4 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ back date data ..........dashboard display on calling  
36240 5 d 4 h vikas /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/dao/service/ Added Store Code in Visit Report  
36239 5 d 6 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/knowlarity/ changeList  
36238 5 d 6 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/knowlarity/ changeList