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
35437 61 d 20 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed  
35432 62 d 15 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 62 d 15 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 62 d 15 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 64 d 10 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed performance  
35340 76 d 23 h aman /trunk/profitmandi-fofo/src/main/ Feat:Approval page to trial user  
35310 89 d 17 h aman /trunk/profitmandi-fofo/src/main/ Fix:Fix Monthly sale  
35284 97 d 10 h aman /trunk/ Fix:Monthly acceories sale  
35247 111 d 0 h vikas /trunk/ Fix:Partner Target for diwali and Download app link  
35119 135 d 23 h aman /trunk/ FIx: contact-us update , Seconday sale method , Running model on dashboard modal  
35104 137 d 22 h vikas /trunk/ Oppo Diwali Rewards  
35099 141 d 20 h amit /trunk/ Fixed dashboard  
35064 147 d 16 h aman /trunk/ Feat:BrandwiseSale and brandWise Item wise sale and live scratch offer  
34973 163 d 18 h aman /trunk/ Fix:Mobile LMS chart fix  
34813 212 d 17 h aman /trunk/ Partner Dashboard Analysis  
34781 223 d 19 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed Year Month logic  
34617 266 d 21 h amit.gupta /trunk/profitmandi-fofo/src/main/ Fixed Live demo issue  
34528 288 d 19 h ranu /trunk/profitmandi-fofo/src/main/ given chart to analysis  
34388 316 d 15 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 376 d 17 h tejus.lohani /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ brands list bug fix , tech-84 fix  

Show All