Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
37102 6 d 3 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Remove dead Counter/PrivateDealUser code: drop unused isFofo, bulkShipmentAmountLimit, verifiedOn, documentVerified fields and accessors; remove dead selectByIds repo methods; drop redundant Counter/PrivateDealUser repository injections in OrderServiceImpl and InvoiceService  
36439 82 d 6 h amit /trunk/profitmandi-dao/src/main/ Add outlet_name field to FofoStore entity, set from address.name on store creation

Adds outlet_name (VARCHAR 255) to FofoStore entity so the store's display
name is persisted directly on fofo_store instead of requiring a join through
retailer_registered_address -> address every time it is needed.

Sets fofoStore.setOutletName(retailerAddress.getName()) in both creation
paths: RetailerServiceImpl.createFofoStoreCodeByRetailerId (primary) and
RetailerController.createFofoStore (secondary).

Includes migration SQL script (migration_outlet_name_to_fofo_store.sql) to
ALTER TABLE and backfill existing rows from address.name. Must be run during
low-traffic window - fofo_store is heavily queried and ALTER takes a metadata
lock that blocks all concurrent SELECTs.
 
36064 118 d 22 h aman /trunk/ Fix:FULL_Stock flow , fin service mark unapplicable ,send invoice to whatsapp by default, update contact list ,Training mail issue  
35971 134 d 23 h aman /trunk/ Feat : Loi 2.0 Enhancement and redesigning  
35956 137 d 6 h amit /trunk/profitmandi-dao/src/main/ Mail outbox pattern: persist mail in transaction, send async after commit. Fixes lock contention between /cancelOrder and /om/addBillingDetailsForGrouppedOrders caused by SMTP calls inside transactions holding DB locks.  
35896 142 d 20 h amit /trunk/profitmandi-dao/src/main/ Simplify partner GST: read/write from fofo_store.gst_number instead of Counter chain

- Set fofo_store.gst_number when store code is created/updated in RetailerServiceImpl
- Replace PrivateDealUser->Counter->gstin reads with FofoStore.getGstNumber() in:
RetailerServiceImpl, OrderServiceImpl, InvoiceService
- Remove unnecessary PrivateDealUser/Counter batch fetches in getFofoRetailers/getFofoRetailerUserId
- Add migration script to backfill existing GST from counter to fofo_store
 
35440 214 d 23 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/ Optimize getCatalog() and getFofoRetailers() - fix N+1 queries with batch fetching

- getCatalog(): Batch fetch Items and TagListings instead of per-item queries
- getFofoRetailers(): Already optimized with batch fetching for FofoStores, PrivateDealUsers, Counters

🤖 Generated with Claude Code
 
35425 215 d 23 h aman /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Fix:Trial Mail For training and activation mail to user  
35418 216 d 6 h aman /trunk/ Fix:Trial Mail For training and activation mail to user  
35394 217 d 17 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Improved performance  
35372 223 d 23 h aman /trunk/ Fix:Store Code Creation for trial user  
35370 224 d 2 h aman /trunk/ DEBUG:add debugger for trialform  
35360 225 d 0 h aman /trunk/ Feat:Approval page for sales team  
35306 244 d 0 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/user/ Fixed bug related to trial form  
35289 249 d 9 h amit /trunk/ Added trial franchisee feature  
35203 280 d 2 h amit /trunk/ Added Brands Logic  
34942 322 d 7 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/user/ Retailer Service  
34936 323 d 0 h amit /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/user/ Update  
34813 366 d 1 h aman /trunk/ Partner Dashboard Analysis  
34619 419 d 23 h ranu /trunk/ blocked loan settlement remove from scheduletask cron  
34149 547 d 1 h tejus.lohani /trunk/ New panel for partner Brand commitments , add commitment , update commitment and view partner commitments, Now in DMS code panel team only view commitment instead of update mean it read only  
33553 743 d 5 h ranu /trunk/ aria territory added in duedate cross and default partner  
33367 800 d 5 h ranu /trunk/ fix webOffer layout and fix online order change by pincode  
33247 823 d 4 h ranu /trunk/ warehouse billing phase one and added signature exception  
33140 853 d 0 h ranu /trunk/ fix fofo store duplicate mobile number errror  
33131 853 d 5 h ranu /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/user/ code updated area territory info  
33128 853 d 7 h amit.gupta /trunk/ Fixed AST Related changes  
33124 855 d 3 h ranu /trunk/ area territory for fofo store(phase one)  
33030 874 d 6 h amit.gupta /trunk/ Fixed offers  
33025 874 d 22 h amit.gupta /trunk/ Fixed notifications logic in case of state specific  
32968 889 d 1 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/user/ Fixed changes  
32967 889 d 1 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/user/ Fixed changes  
32966 889 d 1 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/user/ Fixed changes  
32965 889 d 1 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/user/ Fixed changes  
32953 890 d 6 h amit.gupta /trunk/ Handled dtrUser email/mobile cant be duplicated  
32889 909 d 7 h shampa /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ inactive promoter  
32737 950 d 4 h amit.gupta /trunk/ Added Logic for Click2Call  
32668 966 d 3 h raveendra.bharati /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/user/ Email update Correct  
32615 987 d 1 h raveendra.bharati /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/ Ensured that new store code will always have next code number  
32555 1014 d 3 h amit.gupta /trunk/profitmandi-dao/src/main/java/com/spice/profitmandi/service/user/ Fixed retailer service with appropriate address