BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SmartDukaan
(root)
/
trunk
/
profitmandi-fofo
/
src
/
main
/
java
/
com
/
spice
/
profitmandi
/
web
/
controller
/
DashboardController.java
@ 36725
– Rev 36849
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
36849
2 d 16 h
ranu
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
code committed fo bgc lead
36816
8 d 2 h
aman
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Updated IT Emails
36725
21 d 3 h
ranu
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
beat plan info commit
36481
42 d 21 h
ranu
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
l3 and avobe show all warehouse stock
36480
42 d 21 h
ranu
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
without vendor catalog pricing po will not create
36268
65 d 0 h
ranu
/trunk/profitmandi-fofo/src/main/
escaltions updated on dashboard detail
36242
68 d 20 h
aman
/trunk/
Fix:Attachment is Full-stock payment approval ,Timeline ui graphical summary, wod initianl mail after store code creation
35995
96 d 20 h
aman
/trunk/
Fix:Redesign the Po Approval page, and po creation logic for first po, trail mails formatting fix
35943
104 d 21 h
amit
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/
Reduce log noise: demote interceptor/cookie per-request INFO to DEBUG, demote large object dumps and loop logging to DEBUG, fix string concatenation in log statements
35854
112 d 16 h
amit
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Fix: Restore position-based auth filtering in getWarehousePartners for warehouseId=0
35585
146 d 21 h
ranu
/trunk/
code updated by
35583
147 d 20 h
ranu
/trunk/
code updated by
35543
160 d 1 h
amit
/trunk/profitmandi-fofo/src/main/
Use doPostAjaxRequestWithJsonHandler for getMonthWisePurchase and change to @RequestBody
35541
160 d 1 h
amit
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Change getMonthWisePurchase endpoint to POST method
35514
164 d 18 h
amit
/trunk/profitmandi-fofo/src/main/
Fix getMobileLMPGraph 414 error - convert GET to POST
- Changed /getMobileLMPGraph from GET with @RequestParam to POST with @RequestBody
- Updated frontend to use doPostAjaxRequestWithJsonHandler instead of doGetAjaxRequestHandler
- Reuses LMSGraphRequest model for request body (same as getMobileLMSGraph)
- Fixes 414 Request-URI Too Large error when many fofoIds are passed
🤖 Generated with [Claude Code](
https://claude.com/claude-code
)
Co-Authored-By: Claude Opus 4.5 <
noreply@anthropic.com
>
35480
178 d 1 h
amit
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Fix NPE in getWarehousePartners when warehouseId=0 and show all partner stats; add stack trace logging to GlobalExceptionHandler
35466
179 d 2 h
amit
/trunk/
Optimize getActivatedImeiUpdationDate endpoint
- Add 30-day date filter to reduce table scan
- Replace LineItemImeiView with direct LineItemImei table
- Merge results with master brands/warehouses to show all combinations
- Display '-' for missing timestamps instead of hiding rows
35458
179 d 19 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
35439
180 d 21 h
amit
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Fixed
35437
181 d 0 h
amit
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Fixed
←Prev
1
2
Next→
Show All