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-web
/
src
/
main
/
java
/
com
/
spice
/
profitmandi
/
web
/
controller
/
LeadController.java
– Rev 36860
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Clear current filter
Rev
Age
Author
Path
Log message
Diff
36860
1 d 6 h
ranu
/trunk/
code committed by some bug fix in pjp
36853
1 d 13 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
code committed by some bug fix in pjp
36827
7 d 8 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
code committed for buy mode(v2)
36771
14 d 8 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/
code commit for self lead creation
36723
20 d 16 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Franchise visit activity response
36722
20 d 16 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Franchise visit activity response
36678
22 d 16 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Checkout Error
36677
22 d 16 h
vikas
/trunk/
Checkout Error
36661
25 d 10 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/
Location Tracking Report: Add Travel Row and added Company Office Repository Implementation
36400
51 d 13 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/
Replace mailSender (SendGrid) with gmailRelaySender - SendGrid API key expired/revoked
36336
56 d 16 h
ranu
/trunk/
sales dispostion updated
36286
62 d 8 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
sales dispostion updated
36267
64 d 12 h
ranu
/trunk/
sales dispostion updated
36211
71 d 10 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
rbm l1,l2,l3 layer introduce
36114
78 d 11 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
rating system updated ..weekly rating
35968
102 d 3 h
ranu
/trunk/
bm asm filter added in sales escalation
35920
107 d 13 h
ranu
/trunk/
now inactive partners also showing on target page
35853
112 d 8 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
no ans will come after 4 hrs
35835
113 d 16 h
ranu
/trunk/
new remark has been updated (schedule time and date for call)
35781
120 d 8 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Remove unused AuthUserPartnerMappingRepository injection from controllers
35725
127 d 13 h
ranu
/trunk/
now recording also fetching
35708
128 d 9 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
now recording also fetching
35650
134 d 14 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
call target related changes
35649
134 d 15 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
call target related changes
35632
137 d 15 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
call target related changes
35630
138 d 9 h
aman
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fix:Error handling
35469
178 d 8 h
vikas
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Leads Follow ups
35467
178 d 9 h
amit
/trunk/
Optimize /lead-description endpoint
- Add null check for authUser to prevent NPE
- Move visitRequests query inside followUp block
- Move Comparator outside loop
- Rewrite selectLeadsScheduledBetweenDate using Criteria API with Predicates
- Single query joins Lead + LeadActivity with filters in DB
- Remove in-memory filtering of assignTo
35458
179 d 8 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
35435
180 d 16 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Add @Transactional(readOnly = true) to GET methods in controllers
Added @Transactional(readOnly = true) to all read-only GET methods across 14 controllers:
- RetailerController (10 methods)
- UserController (16 methods)
- WalletController (5 methods)
- CartController (2 methods)
- StoreController (25 methods)
- DealsController (20 methods)
- ShopController (1 method)
- CustomerController (2 methods)
- NotificationController (3 methods)
- SolrSearchController (2 methods)
- InsuranceController (1 method)
- GatewayController (1 method)
- LeadController (13 methods)
- RechargeController (4 methods)
Total: 105 methods updated
All methods verified to only set @Transient fields on entities, ensuring no dirty writes.
35415
182 d 13 h
amit
/trunk/
Commit Changes
35397
183 d 2 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixed performance
35288
215 d 9 h
amit
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixed lead self Assigned
35079
264 d 15 h
vikas
/trunk/
Live Tracking and Shopify Products List Sync
35075
265 d 10 h
aman
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fix:Timeline visibility
34796
337 d 16 h
ranu
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
code committed for positions list according to remark date of partner
34670
365 d 12 h
aman.kumar
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Duplicate entry for not interested leads
34626
383 d 14 h
aman.kumar
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Error fix in duplicate entry of leads
34625
383 d 14 h
aman.kumar
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Duplicate Lead Entry Message fix
34622
384 d 13 h
aman.kumar
/trunk/profitmandi-web/src/main/java/com/spice/profitmandi/web/controller/
Fixing duplicate input errors in Lead Assign