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
/
FofoController.java
– Rev 37405
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
37405
22 d 14 h
amit
/trunk/profitmandi-fofo/src/main/
Drive the onboarding/HR state dropdowns from inventory.statemaster
fofo-form.vm, fofo-edit.vm and hr_employee_form.vm each hardcoded their own state
list instead of using $stateNames. Six of those 37 values do not exist in the
master (& vs and variants, Uttaranchal, the pre-merger UTs), so anything picked
from them could not be resolved back.
Only the name="state" select changed in hr_employee_form.vm; its other dropdowns
are untouched.
35458
270 d 17 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
34861
406 d 18 h
ranu
/trunk/profitmandi-fofo/src/main/
franchisee bank account created
23568
3074 d 20 h
govind
/trunk/
Fixed changes related to logging. Updated to log4j2
23366
3135 d 17 h
ashik.ali
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
22927
3228 d 1 h
ashik.ali
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/
22551
3266 d 20 h
ashik.ali
/trunk/profitmandi-fofo/src/main/
22384
3299 d 6 h
amit.gupta
/trunk/
Added image to lineitem
22201
3332 d 13 h
amit.gupta
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
22198
3332 d 13 h
amit.gupta
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
22196
3332 d 13 h
amit.gupta
/trunk/profitmandi-fofo/
Fixed document generation
22193
3332 d 16 h
amit.gupta
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/
22191
3332 d 16 h
amit.gupta
/trunk/profitmandi-fofo/src/main/
Fixed fofo form
22162
3335 d 15 h
amit.gupta
/trunk/
Mongo is now Spring Component
22111
3339 d 2 h
ashik.ali
/trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/