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
/
RetailerController.java
– Rev 37630
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
37630
1 d 22 h
amit
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/
feat(mail): wire inactive-recipient filter and clean hardcoded addresses
Wire MailRecipientFilter into googleMailSender and gmailRelaySender. Remove inactive/unknown addresses from recipient and access lists, bulk uploader gate to akhil.kumar.
37101
62 d 20 h
amit
/trunk/profitmandi-fofo/src/main/
Guard blocked-brand mapping against null brand (server + JS); bump jsVersion to 379
getBlockBrandMappping now rejects null/blank/"null"/"0" brand before delete+persist,
and retailer-block-brands.js alerts instead of submitting when no brand is selected.
Stops literal "null" rows in dtr.retailer_block_brands.
37001
76 d 16 h
ranu
/trunk/
rbm calling target issue fix according to aquil
36369
146 d 15 h
vikas
/trunk/profitmandi-fofo/src/main/
Fix: Sale purchase invoice item quantity calculation
35962
193 d 21 h
amit
/trunk/profitmandi-fofo/src/main/
Add store closure UI - close store with code confirmation from deactivation flow and inactive stores page. Bump jsVersion to 326.
35674
222 d 10 h
amit
/trunk/profitmandi-fofo/src/main/
Add multi-month duration option for manual partner category upgrade (up to 3 months)
35648
225 d 23 h
ranu
/trunk/
code commit for calling target / retailer contact
35509
259 d 19 h
amit
/trunk/
Add manual partner type upgrade support with source tracking
- Add PartnerTypeSource enum (CALCULATED, MANUAL)
- Add source and upgradedBy fields to PartnerTypeChange entity
- Manual upgrades now backdated to 1st of month for full month effect
- Fix repository queries to use id DESC as tie-breaker (MySQL 5.7 compatible)
- Track who performed manual upgrade via upgradedBy field
35458
270 d 14 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
35452
270 d 22 h
amit
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Fixed npe issue and performance issue
35375
279 d 16 h
aman
/trunk/
Feat:Upload Banner for trail user
35372
280 d 15 h
aman
/trunk/
Fix:Store Code Creation for trial user
35370
280 d 18 h
aman
/trunk/
DEBUG:add debugger for trialform
35305
300 d 16 h
amit
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Fixed bug related to trial form
35289
306 d 1 h
amit
/trunk/
Added trial franchisee feature
35236
324 d 17 h
amit
/trunk/
Fixed notification related issues with scheme also stopped using mongo for brands Schema
34640
470 d 23 h
tejus.lohani
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
check loi on code creation process condition
34639
471 d 15 h
tejus.lohani
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
check loi on code creation process condition
34631
474 d 15 h
tejus.lohani
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
check loi on code creation process condition
34527
498 d 20 h
tejus.lohani
/trunk/
hdfc payment report and investometer in partner dashboard
34211
574 d 22 h
vikas.jangra
/trunk/
Changed email Ids
34018
655 d 23 h
tejus.lohani
/trunk/
purchase sele ratio further detail like model aging , on the click of catalog chart click
34013
656 d 22 h
tejus.lohani
/trunk/
purchase sele ratio chart data fix
34009
657 d 23 h
tejus.lohani
/trunk/
now fetch pur-sale ratio report on the change of period also
33990
663 d 0 h
tejus.lohani
/trunk/
Purchase sale ratio graph related files
33814
719 d 22 h
ranu
/trunk/
retailer alternate contacts ui
33769
734 d 18 h
amit.gupta
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Added Transporter details
33763
735 d 17 h
amit.gupta
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Added Transporter details
33247
879 d 21 h
ranu
/trunk/
warehouse billing phase one and added signature exception
33083
919 d 17 h
amit.gupta
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Removed logging
32887
965 d 23 h
shampa
/trunk/profitmandi-fofo/src/main/
inactive promoter
32751
1002 d 17 h
amit.gupta
/trunk/
Added changes Related for bronze in case of min limit
32736
1006 d 20 h
ranu
/trunk/
on brand limit page default limit correction on time of 0
32731
1007 d 23 h
ranu
/trunk/profitmandi-fofo/src/main/
online order is not showing
32667
1022 d 19 h
raveendra.bharati
/trunk/profitmandi-fofo/src/main/
Email Update recorrect
32629
1041 d 16 h
amit.gupta
/trunk/
Fixed logic for invoice edit
32207
1160 d 23 h
amit.gupta
/trunk/profitmandi-fofo/src/main/
Category changes rights restricted to Special List
32190
1167 d 23 h
amit.gupta
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
Fixed additional scheme logic
32129
1196 d 18 h
tejbeer
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
change
31521
1323 d 18 h
amit.gupta
/trunk/
Change Cutoff investment to 40
and MIN_INVESTMENT_PERCENT to 20