Subversion Repositories SmartDukaan

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35432 192 d 18 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Remove @Transactional from DashboardController

Transaction management now handled at repository level (GenericRepositoryImpl).
Controllers no longer need @Transactional annotation.
 
35430 192 d 18 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fix: Add @Transactional(readOnly = true) to DashboardController

Hibernate's getCurrentSession() requires a transaction context.
Using readOnly=true provides session context with optimizations:
- No row-level locks acquired
- DB can optimize for read-only queries
- Shorter connection hold time than read-write transactions
 
35429 192 d 19 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Remove unnecessary @Transactional from DashboardController

- Removed class-level @Transactional(rollbackOn = Throwable.class)
- All 57 methods in this controller are read-only operations (dashboards, charts, reports)
- No transaction management needed for pure read operations
- Reduces unnecessary connection pool usage
 
35395 194 d 13 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed performance  
35340 207 d 2 h aman /trunk/profitmandi-fofo/src/main/ Feat:Approval page to trial user  
35310 219 d 20 h aman /trunk/profitmandi-fofo/src/main/ Fix:Fix Monthly sale  
35284 227 d 13 h aman /trunk/ Fix:Monthly acceories sale  
35247 241 d 3 h vikas /trunk/ Fix:Partner Target for diwali and Download app link  
35119 266 d 3 h aman /trunk/ FIx: contact-us update , Seconday sale method , Running model on dashboard modal  
35104 268 d 1 h vikas /trunk/ Oppo Diwali Rewards  
35099 271 d 23 h amit /trunk/ Fixed dashboard  
35064 277 d 19 h aman /trunk/ Feat:BrandwiseSale and brandWise Item wise sale and live scratch offer  
34973 293 d 21 h aman /trunk/ Fix:Mobile LMS chart fix  
34813 342 d 21 h aman /trunk/ Partner Dashboard Analysis  
34781 353 d 22 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed Year Month logic  
34617 397 d 0 h amit.gupta /trunk/profitmandi-fofo/src/main/ Fixed Live demo issue  
34528 418 d 22 h ranu /trunk/profitmandi-fofo/src/main/ given chart to analysis  
34388 446 d 19 h tejus.lohani /trunk/ partner DashBoard model wise barchart with some extra filter , dateRange and value ad quantity , on click bar , open new model wise barchart , that is show detailed chart with sale ,active and unactive models  
34181 506 d 20 h tejus.lohani /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ brands list bug fix , tech-84 fix  
34176 508 d 23 h tejus.lohani /trunk/profitmandi-fofo/src/main/ brand filter on retailer dashboard  

Show All