Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
35458 59 d 3 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
 
35395 62 d 22 h amit /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed performance  
35210 125 d 6 h vikas /trunk/ Push Notifications Templates  
34060 426 d 8 h tejus.lohani /trunk/ provider status change feature, create Warehouse rider and provider mapping feature in logistics menu  
33910 469 d 10 h amit.gupta /trunk/ Fixed logistcs changes  
32933 740 d 10 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Added L2 and above with complete access to warehouse  
32883 755 d 10 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed changes  
32800 774 d 5 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Took Raveendra Changes  
32799 774 d 6 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Took Raveendra Changes  
32790 776 d 12 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed Logistics Changes  
32789 777 d 5 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Took Raveendra Changes  
32784 777 d 8 h raveendra.bharati /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Same docket number repeated  
32777 780 d 7 h amit.gupta /trunk/ Fixed whatsapp notifications  
32763 788 d 23 h amit.gupta /trunk/ Minor refactoring  
32609 833 d 6 h raveendra.bharati /trunk/ Fixed orders Shipping Date(dd-MM-yyyy HH:mm:ss), set shipping time in Orders  
32603 833 d 12 h raveendra.bharati /trunk/ Fixed order Shipping Date(dd-MM-yyyy HH:mm:ss). Can now be updated  
32576 845 d 8 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Order Status should only be shipped from warehouse to be marked delivered  
32575 846 d 2 h amit.gupta /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/ Fixed cart  
32050 1001 d 12 h tejbeer /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  
31362 1146 d 12 h tejbeer /trunk/profitmandi-fofo/src/main/java/com/spice/profitmandi/web/controller/  

Show All