| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 35437 |
191 d 14 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed |
|
| 35432 |
192 d 9 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 10 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 10 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 4 h |
amit |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed performance |
|
| 35340 |
206 d 17 h |
aman |
/trunk/profitmandi-fofo/src/main/ |
Feat:Approval page to trial user |
|
| 35310 |
219 d 12 h |
aman |
/trunk/profitmandi-fofo/src/main/ |
Fix:Fix Monthly sale |
|
| 35284 |
227 d 5 h |
aman |
/trunk/ |
Fix:Monthly acceories sale |
|
| 35247 |
240 d 18 h |
vikas |
/trunk/ |
Fix:Partner Target for diwali and Download app link |
|
| 35119 |
265 d 18 h |
aman |
/trunk/ |
FIx: contact-us update , Seconday sale method , Running model on dashboard modal |
|
| 35104 |
267 d 16 h |
vikas |
/trunk/ |
Oppo Diwali Rewards |
|
| 35099 |
271 d 15 h |
amit |
/trunk/ |
Fixed dashboard |
|
| 35064 |
277 d 10 h |
aman |
/trunk/ |
Feat:BrandwiseSale and brandWise Item wise sale and live scratch offer |
|
| 34973 |
293 d 12 h |
aman |
/trunk/ |
Fix:Mobile LMS chart fix |
|
| 34813 |
342 d 12 h |
aman |
/trunk/ |
Partner Dashboard Analysis |
|
| 34781 |
353 d 14 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
Fixed Year Month logic |
|
| 34617 |
396 d 15 h |
amit.gupta |
/trunk/profitmandi-fofo/src/main/ |
Fixed Live demo issue |
|
| 34528 |
418 d 13 h |
ranu |
/trunk/profitmandi-fofo/src/main/ |
given chart to analysis |
|
| 34388 |
446 d 10 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 11 h |
tejus.lohani |
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ |
brands list bug fix , tech-84 fix |
|