Quote Adjustment - Ofbiz 11.04

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
gp
Reply | Threaded
Open this post in threaded view
|

Quote Adjustment - Ofbiz 11.04

gp

Dear All,


I need to add the capability to have percentage based adjustments at  
quote and item levels in ofbiz 11.04. For this I have been trying to  
figure out the end to end sequence of quote adjustments, but have not  
been successful.

I looked at quote services(QuoteServices.java) which seemed to do  
something with adjustments, but this class is not getting loaded at  
all in the entire sequence of invocation. The log messages only  
indicates the call to updateQuoteAdjustment service, but I have not  
been able to locate the respective implementation to make changes.
2012-06-30 17:38:38,375 (http-0.0.0.0-8443-8) [      
ControlServlet.java:141:INFO ] [[[EditQuoteAdjustment] Request Begun,  
encoding=[UTF-8]- total:0.0,since last(Begin):0.0]]
2012-06-30 17:38:38,379 (http-0.0.0.0-8443-8) [      
RequestHandler.java:750:INFO ] Rendering View [EditQuoteAdjustment],  
sessionId=3BA32C7643C853C97FDA0F3D1394E4E7.jvm1
2012-06-30 17:38:38,590 (http-0.0.0.0-8443-8) [        
ServerHitBin.java:627:INFO ] Visit delegatorName=default, ServerHitBin  
delegatorName=default
2012-06-30 17:38:38,596 (http-0.0.0.0-8443-8) [      
ControlServlet.java:324:INFO ] [[[EditQuoteAdjustment] Request Done-  
total:0.221,since last([EditQuoteAdjustm...):0.221]]
2012-06-30 17:38:40,185 (http-0.0.0.0-8443-8) [      
ControlServlet.java:141:INFO ] [[[updateQuoteAdjustment] Request  
Begun, encoding=[UTF-8]- total:0.0,since last(Begin):0.0]]
2012-06-30 17:38:40,215 (http-0.0.0.0-8443-8) [      
RequestHandler.java:648:INFO ] Ran Event  
[service:#updateQuoteAdjustment] from [request], result is [success]
2012-06-30 17:38:40,227 (http-0.0.0.0-8443-8) [      
RequestHandler.java:750:INFO ] Rendering View [EditQuoteAdjustment],  
sessionId=3BA32C7643C853C97FDA0F3D1394E4E7.jvm1
2012-06-30 17:38:40,409 (http-0.0.0.0-8443-8) [        
ServerHitBin.java:627:INFO ] Visit delegatorName=default, ServerHitBin  
delegatorName=default
2012-06-30 17:38:40,415 (http-0.0.0.0-8443-8) [      
ControlServlet.java:324:INFO ] [[[updateQuoteAdjustment] Request Done-  
total:0.23,since last([updateQuoteAdjus...):0.23]]

I request your help to please guide me through this as its been a  
struggle since last few days.

Regards
GP