Subversion Repositories SmartDukaan

Rev

Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
36369 2 d 2 h vikas /trunk/profitmandi-fofo/src/main/ Fix: Sale purchase invoice item quantity calculation  
36080 30 d 2 h aman /trunk/profitmandi-fofo/src/main/ Fix:Replace "FOFO/FOCO/COCO" with "Partner" — Visual Only  
35879 57 d 3 h ranu /trunk/profitmandi-fofo/ code commit for agent live status 2.0  
35868 57 d 7 h ranu /trunk/profitmandi-fofo/src/main/ code commit for agent live status roll back  
35867 57 d 8 h ranu /trunk/ code commit for agent live status  
35832 61 d 6 h amit /trunk/ Unify property loading: all modules use runtime profile with shared properties from dao, remove duplicated DB/Hibernate/HikariCP/integration keys from module files  
35798 65 d 3 h amit /trunk/profitmandi-fofo/src/main/ Fixed offer image rendering - removed html escaping on itemCriteriaString which contains intentional HTML from HtmlModelFormatter  
35726 74 d 1 h vikas /trunk/ Pinelabs offer discovery on billing and stock page  
35633 84 d 8 h amit /trunk/ Add hikari.keepaliveTime property to all environment configs  
35601 87 d 9 h amit /trunk/profitmandi-fofo/src/main/ Filter out Sales/RBM Escalation tickets from CRM user's My Tickets view

- CRM users should not see Sales Escalation (84) and RBM Escalation (83) subcategory tickets
- These escalation tickets are internal and not relevant for CRM team
 
35597 88 d 0 h amit /trunk/profitmandi-fofo/src/main/resources/META-INF/ Migrate from C3P0 to HikariCP connection pooling

- Replace C3P0 properties with HikariCP settings
- New settings: maximumPoolSize=20, minimumIdle=2, idleTimeout=30s, maxLifetime=30min
 
35499 117 d 3 h aman /trunk/ Fix:Trial Activation Mail, All trial user page and gst validation  
35459 126 d 1 h amit /trunk/ Revert non-Java file changes from r35458  
35458 126 d 1 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
 
35450 126 d 22 h amit /trunk/profitmandi-fofo/src/main/resources/META-INF/ Fixed  
35441 127 d 2 h amit /trunk/profitmandi-fofo/src/main/resources/META-INF/ Remove duplicate properties - now inherited from shared-*.properties in profitmandi-dao

🤖 Generated with Claude Code
 
35438 127 d 3 h amit /trunk/profitmandi-fofo/src/main/resources/ Fix log4j2.xml: restore server paths (/var/log/tomcat7)  
35433 128 d 0 h amit /trunk/profitmandi-fofo/ Add @Transactional(readOnly=true) to read-only controllers for performance

Updated 11 controllers that only perform read operations:
- AnalysisDashboardController, InvoiceController, ItemLedgerController
- MapTrackController, MarginController, MongoMigrationController
- PartnerPendingTasksController, PostOfficeController, ScanRecordController
- LogixController, MonitorController

Benefits:
- Hibernate skips dirty checking (faster)
- Database can optimize for read-only queries
- Connection marked as read-only for potential read replica routing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
 
35384 131 d 7 h amit /trunk/profitmandi-fofo/src/main/resources/META-INF/ Fixed DP its now purchase - price drop  
35346 141 d 2 h ranu /trunk/ upload code for video url  

Show All