Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010443Openbravo ERP09. Financial managementpublic2009-09-01 11:592009-12-03 00:00
rajagopal 
eduardo_Argal 
urgentmajoralways
closedno change required 
20Cent OS 5.2
pi 
pi 
Core
No
0010443: Document amount has not been Implemented properly while extending the AcctServer.java
Document amount has not been Implemented properly while extending the AcctServer.java.

Example :

DocInvoice.java

In the above java class, the document amount has been implemented properly, But not with other classes which extending the AcctServer.java as below.

DocAmortization.java.
No tags attached.
related to feature request 0010017pi closed eduardo_Argal Core enhancement: Accounting engine enhancement to be able to add additional processes to accounting at posting time 
diff DocAmortization through data.diff (1,488) 2009-09-03 07:22
https://issues.openbravo.com/file_download.php?file_id=1703&type=bug
Issue History
2009-09-01 11:59rajagopalNew Issue
2009-09-01 11:59rajagopalAssigned To => rafaroda
2009-09-01 12:01rajagopalNote Added: 0019365
2009-09-01 15:37rafarodaNote Added: 0019377
2009-09-01 15:37rafarodaAssigned Torafaroda => eduardo_Argal
2009-09-01 15:37rafarodaPrioritynormal => urgent
2009-09-01 15:37rafarodaStatusnew => acknowledged
2009-09-02 10:29rafarodaRelationship addedrelated to 0010017
2009-09-03 07:22sathiyanFile Added: DocAmortization through data.diff
2009-09-03 07:32sathiyanNote Added: 0019438
2009-12-01 16:44rafarodaNote Added: 0022319
2009-12-02 08:22rajagopalNote Added: 0022346
2009-12-02 09:59rafarodaStatusacknowledged => scheduled
2009-12-02 09:59rafarodafix_in_branch => pi
2009-12-02 09:59rafarodaNote Added: 0022349
2009-12-02 09:59rafarodaStatusscheduled => closed
2009-12-02 09:59rafarodaResolutionopen => no change required
2009-12-03 00:00anonymoussf_bug_id0 => 2907816

Notes
(0019365)
rajagopal   
2009-09-01 12:01   
http://docs.google.com/a/openbravo.com/Doc?id=dd4tcbsv_9d2qn5jhh [^]
(0019377)
rafaroda   
2009-09-01 15:37   
Eduardo,

Can you please comment and schedule this issue?

Thanks.
(0019438)
sathiyan   
2009-09-03 07:32   
If we follow three steps, we can fix this issue. It is one of the approach only.
1) Amount (relevant field) should be included in the select statement at data(.xsql) file.

2) get it from the data file and set it in acctserver class(corresponding child class) at loadDocumentDetails method. LoadDocumentDetails method is called from loadDocument in AcctServer. However loadObjectFieldProvider method is set the appropriate fieldprovider in relevant subclass, for instance, DocAmortization.

3) Amount field should be used in obx file(for example BookingControlProcess extends AcctProcessTemplate)
(0022319)
rafaroda   
2009-12-01 16:44   
Reminder sent to: eduardo_Argal, rajagopal

Hi Raj and Eduardo,

Is this issue resolved or still open?

Thanks.
(0022346)
rajagopal   
2009-12-02 08:22   
Hi Rafa,

This issue has been fixed.

Thanks,
B.Rajagopal
(0022349)
rafaroda   
2009-12-02 09:59   
This issue does not need any change finally. It has been solved in another way.