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
/
webapp
/
resources
/
js
/
sale.js
– Rev 35459
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
35459
144 d 14 h
amit
/trunk/
Revert non-Java file changes from r35458
35458
144 d 15 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
33400
716 d 20 h
ranu
/trunk/profitmandi-fofo/src/main/
complete spilit order and payment by l2 of pending order item
33367
730 d 21 h
ranu
/trunk/
fix webOffer layout and fix online order change by pincode
33319
740 d 23 h
ranu
/trunk/
download all b2c users list
33305
741 d 23 h
ranu
/trunk/
registered b2c users list for devki sir
33233
756 d 18 h
amit.gupta
/trunk/
Fixed changes related to pending order search
30628
1432 d 11 h
tejbeer
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
30611
1433 d 18 h
tejbeer
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
30607
1433 d 22 h
amit.gupta
/trunk/profitmandi-fofo/src/main/webapp/
Fixed sale issue
30599
1435 d 15 h
amit.gupta
/trunk/profitmandi-fofo/src/main/
Fixed ahead issue
28437
1812 d 23 h
tejbeer
/trunk/profitmandi-fofo/src/main/
change
28422
1822 d 16 h
tejbeer
/trunk/profitmandi-fofo/src/main/
28420
1822 d 17 h
tejbeer
/trunk/
change
28413
1824 d 18 h
tejbeer
/trunk/profitmandi-fofo/src/main/webapp/
dashboard
28384
1827 d 15 h
tejbeer
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
28383
1827 d 15 h
tejbeer
/trunk/
28377
1827 d 16 h
tejbeer
/trunk/
chnages
28362
1831 d 22 h
tejbeer
/trunk/profitmandi-fofo/src/main/
change
28358
1832 d 17 h
tejbeer
/trunk/
changes
28352
1833 d 17 h
tejbeer
/trunk/
changes
28350
1833 d 23 h
tejbeer
/trunk/
change
28339
1835 d 15 h
tejbeer
/trunk/
online order changes
27861
1904 d 18 h
tejbeer
/trunk/
change
27819
1912 d 21 h
tejbeer
/trunk/
change
27755
1920 d 16 h
amit.gupta
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
Fixed live with on
27754
1920 d 17 h
amit.gupta
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
Fixed live with on
26817
2127 d 23 h
amit.gupta
/trunk/
Added Online sale
26721
2168 d 22 h
tejbeer
/trunk/
change
26647
2190 d 19 h
tejbeer
/trunk/
change
25608
2427 d 20 h
tejbeer
/trunk/profitmandi-fofo/src/main/
change
25093
2520 d 20 h
amit.gupta
/trunk/profitmandi-fofo/src/main/
Fixed invoice generation
24880
2575 d 23 h
govind
/trunk/
DashBoard Front page
24152
2770 d 18 h
govind
/trunk/
Payment Option Editing
24105
2791 d 19 h
govind
/trunk/
change in Payment details in search Order
23973
2840 d 23 h
govind
/trunk/
search sale History by different parameter
23916
2857 d 17 h
govind
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
search by only date
23894
2858 d 20 h
amit.gupta
/trunk/profitmandi-fofo/src/main/webapp/resources/js/
23886
2859 d 2 h
amit.gupta
/trunk/
Fixed date format issues
23654
2915 d 5 h
amit.gupta
/trunk/
Fixed js