Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0010443 | Openbravo ERP | 09. Financial management | public | 2009-09-01 11:59 | 2009-12-03 00:00 |
|
Reporter | rajagopal | |
Assigned To | eduardo_Argal | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | no change required | |
Platform | | OS | 20 | OS Version | Cent OS 5.2 |
Product Version | pi | |
Target Version | pi | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0010443: Document amount has not been Implemented properly while extending the AcctServer.java |
Description | 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. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0010017 | pi | closed | eduardo_Argal | Core enhancement: Accounting engine enhancement to be able to add additional processes to accounting at posting time |
|
Attached Files | 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 |
Date Modified | Username | Field | Change |
2009-09-01 11:59 | rajagopal | New Issue | |
2009-09-01 11:59 | rajagopal | Assigned To | => rafaroda |
2009-09-01 12:01 | rajagopal | Note Added: 0019365 | |
2009-09-01 15:37 | rafaroda | Note Added: 0019377 | |
2009-09-01 15:37 | rafaroda | Assigned To | rafaroda => eduardo_Argal |
2009-09-01 15:37 | rafaroda | Priority | normal => urgent |
2009-09-01 15:37 | rafaroda | Status | new => acknowledged |
2009-09-02 10:29 | rafaroda | Relationship added | related to 0010017 |
2009-09-03 07:22 | sathiyan | File Added: DocAmortization through data.diff | |
2009-09-03 07:32 | sathiyan | Note Added: 0019438 | |
2009-12-01 16:44 | rafaroda | Note Added: 0022319 | |
2009-12-02 08:22 | rajagopal | Note Added: 0022346 | |
2009-12-02 09:59 | rafaroda | Status | acknowledged => scheduled |
2009-12-02 09:59 | rafaroda | fix_in_branch | => pi |
2009-12-02 09:59 | rafaroda | Note Added: 0022349 | |
2009-12-02 09:59 | rafaroda | Status | scheduled => closed |
2009-12-02 09:59 | rafaroda | Resolution | open => no change required |
2009-12-03 00:00 | anonymous | sf_bug_id | 0 => 2907816 |
Notes |
|
|
|
|
|
Eduardo,
Can you please comment and schedule this issue?
Thanks. |
|
|
|
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) |
|
|
|
Reminder sent to: eduardo_Argal, rajagopal Hi Raj and Eduardo,
Is this issue resolved or still open?
Thanks. |
|
|
|
Hi Rafa,
This issue has been fixed.
Thanks,
B.Rajagopal |
|
|
|
This issue does not need any change finally. It has been solved in another way. |
|