Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff
35962 4 h 11 m amit /trunk/profitmandi-fofo/src/main/ Add store closure UI - close store with code confirmation from deactivation flow and inactive stores page. Bump jsVersion to 326.  
35674 28 d 17 h amit /trunk/profitmandi-fofo/src/main/ Add multi-month duration option for manual partner category upgrade (up to 3 months)  
35648 32 d 5 h ranu /trunk/ code commit for calling target / retailer contact  
35509 66 d 1 h amit /trunk/ Add manual partner type upgrade support with source tracking

- Add PartnerTypeSource enum (CALCULATED, MANUAL)
- Add source and upgradedBy fields to PartnerTypeChange entity
- Manual upgrades now backdated to 1st of month for full month effect
- Fix repository queries to use id DESC as tie-breaker (MySQL 5.7 compatible)
- Track who performed manual upgrade via upgradedBy field
 
35458 76 d 21 h amit /trunk/ Revert @Transactional(readOnly=true) - keep @Transactional only at Controller level

Changes:
- profitmandi-web: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional(readOnly = true)
- profitmandi-fofo: Controllers use @Transactional(rollbackFor = Throwable.class) at class level, removed method-level @Transactional
- profitmandi-dao: Removed @Transactional from services/repositories

Exceptions (called from interceptors, need own transaction):
- RoleManager: @Transactional(readOnly = true) - called from interceptor for auth
- PartnerTypeChangeServiceImpl.getBestPartner(): @Transactional - called from JWTUtil via interceptor

Fixed javax.transaction.Transactional to org.springframework.transaction.annotation.Transactional
Fixed rollbackOn to rollbackFor for Spring compatibility
 
35452 77 d 5 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed npe issue and performance issue  
35375 85 d 22 h aman /trunk/ Feat:Upload Banner for trail user  
35372 86 d 21 h aman /trunk/ Fix:Store Code Creation for trial user  
35370 87 d 0 h aman /trunk/ DEBUG:add debugger for trialform  
35305 106 d 23 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed bug related to trial form  
35289 112 d 8 h amit /trunk/ Added trial franchisee feature  
35236 130 d 23 h amit /trunk/ Fixed notification related issues with scheme also stopped using mongo for brands Schema  
34640 277 d 6 h tejus.lohani /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ check loi on code creation process condition  
34639 277 d 22 h tejus.lohani /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ check loi on code creation process condition  
34631 280 d 22 h tejus.lohani /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ check loi on code creation process condition  
34527 305 d 3 h tejus.lohani /trunk/ hdfc payment report and investometer in partner dashboard  
34211 381 d 5 h vikas.jangra /trunk/ Changed email Ids  
34018 462 d 5 h tejus.lohani /trunk/ purchase sele ratio further detail like model aging , on the click of catalog chart click  
34013 463 d 5 h tejus.lohani /trunk/ purchase sele ratio chart data fix  
34009 464 d 5 h tejus.lohani /trunk/ now fetch pur-sale ratio report on the change of period also  

Show All