Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013750Openbravo ERP09. Financial managementpublic2010-06-23 15:202010-07-24 00:00
shuehner 
balamurugan 
urgentminorhave not tried
closedfixed 
5
pi 
2.50MP20 
Core
No
0013750: Request to add some new public getter methods to FactLine class, to allow writing custom AcctServerTemplates using those
To allow writing a AcctServerTemplate as dicussed in support ticket 8472 a number of additional public getter-functions for the FactLine class are required.

Especially for the attributes:
- for m_docLine
- m_AmtAcctCr
- m_Acct

Also please verify if adding a public getter to attributes makes sense.
No tags attached.
Issue History
2010-06-23 15:20shuehnerNew Issue
2010-06-23 15:20shuehnerAssigned To => dalsasua
2010-06-24 15:46shuehnerTarget Version => 2.50MP20
2010-06-24 16:07balamuruganAssigned Todalsasua => balamurugan
2010-06-24 16:23hgbotCheckin
2010-06-24 16:23hgbotNote Added: 0028747
2010-06-24 16:23hgbotStatusnew => resolved
2010-06-24 16:23hgbotResolutionopen => fixed
2010-06-24 16:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/53843de7cfc38f9ee42c2239acfd76ff67880410 [^]
2010-06-28 11:51bursieIssue Monitored: bursie
2010-06-30 12:17hudsonbotCheckin
2010-06-30 12:17hudsonbotNote Added: 0028905
2010-07-23 12:14shuehnerNote Added: 0029526
2010-07-23 12:14shuehnerStatusresolved => closed
2010-07-24 00:00anonymoussf_bug_id0 => 3033801

Notes
(0028747)
hgbot   
2010-06-24 16:23   
Repository: erp/devel/pi
Changeset: 53843de7cfc38f9ee42c2239acfd76ff67880410
Author: Balamurugan Ramadoss <balamurugan.ramadoss <at> openbravo.com>
Date: Thu Jun 24 19:52:11 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/53843de7cfc38f9ee42c2239acfd76ff67880410 [^]

Fixes Issue 13750: Request to add public getters to FactLine class

---
M src/org/openbravo/erpCommon/ad_forms/FactLine.java
---
(0028905)
hudsonbot   
2010-06-30 12:17   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/53843de7cfc3 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/0670375d782d [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17726.obx [^]
(0029526)
shuehner   
2010-07-23 12:14   
Changeset reviewed, it only adds a few public getter method to one class. So no other code is affected. This getters are added to allow modules to extends the class to implement some custom functionality. Cross-checked that all getters which where asked for in ticket 8472 have been added. -> Closing