Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0006712
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementmajoralways2008-12-22 13:022009-04-21 11:04
ReporternetworkbView Statuspublic 
Assigned Toeduardo_Argal 
PriorityimmediateResolutionfixedFixed in Version
StatusclosedFix in branchpiFixed in SCM revision12465
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.40SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0006712: Project is not included in fact_acct when a bank statement is posted

DescriptionFirstly, a manual settlement is created. In "Create payment" tab a project is selected. The manual settlement is processed and posted.

After that, a bank statement is created using the previous manual settlement. It is processed and posted.

If you have a look to FACT_ACCT table, no c_project_id is inserted in both cases.
Steps To Reproduce1. create a manual settlement
2. create the payment
4. choose a project and fill the amount field
5. create de balance payment selecting a g/l item and fill the amount field
6. process the settlement
7. make a bank statement selecting the previous settlement, process and post it.
8. at last, make sure the cancel settelment is also posted.
9. In fact_acct table, the c_project_id field is empty.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on backport 0006748 closededuardo_Argal Project is not included in fact_acct when a bank statement is posted 
depends on defect 0006755 closedvmromanos Unable to post a manual settlement 

-  Notes
(0011756)
vmromanos (manager)
2008-12-30 11:28

The bug 0006755 blocks this bug, so in order to test the fix I have commented from line 531 to line 534 of the AcctServer.java file:

/*for (int i = 0; i < m_fact.length; i++)
            if (m_fact[i] != null
                    && (m_fact[i].getLines() == null || m_fact[i].getLines().length == 0))
                return false;*/


This workaround has allowed me to test the fix for this immediate bug.
(0011757)
svnbot (reporter)
2008-12-30 11:30

Repository: openbravo
Revision: 11607
Author: vmromanos
Date: 2008-12-30 11:30:03 +0100 (Tue, 30 Dec 2008)

Fixed bug 6712: Project is not included in fact_acct when a bank statement is posted

---
U trunk/src/org/openbravo/erpCommon/ad_forms/DocBank.java
U trunk/src/org/openbravo/erpCommon/ad_forms/DocLineBank_data.xsql
---

https://dev.openbravo.com/websvn/openbravo/?rev=11607&sc=1 [^]
(0012808)
svnbot (reporter)
2009-01-29 12:50

Repository: openbravo
Revision: 12465
Author: eduardoargal
Date: 2009-01-29 12:50:56 +0100 (Thu, 29 Jan 2009)

Fixes bug 0006712: Project is not included in fact_acct when a bank statement is posted

---
U trunk/src/org/openbravo/erpCommon/ad_forms/DocBank.java
U trunk/src/org/openbravo/erpCommon/ad_forms/DocLinePayment_data.xsql
---

https://dev.openbravo.com/websvn/openbravo/?rev=12465&sc=1 [^]

- Issue History
Date Modified Username Field Change
2008-12-22 13:02 networkb New Issue
2008-12-22 13:02 networkb Assigned To => rafaroda
2008-12-22 13:02 networkb sf_bug_id 0 => 2458383
2008-12-22 13:02 networkb Regression testing => No
2008-12-28 18:28 rafaroda Status new => scheduled
2008-12-28 18:28 rafaroda Assigned To rafaroda => dalsasua
2008-12-28 18:28 rafaroda fix_in_branch => trunk
2008-12-29 21:25 vmromanos Assigned To dalsasua => vmromanos
2008-12-29 22:06 vmromanos Relationship added depends on 0006755
2008-12-30 11:28 vmromanos Note Added: 0011756
2008-12-30 11:30 svnbot Checkin
2008-12-30 11:30 svnbot Note Added: 0011757
2008-12-30 11:30 svnbot Status scheduled => resolved
2008-12-30 11:30 svnbot Resolution open => fixed
2008-12-30 11:30 svnbot svn_revision => 11607
2009-01-29 12:10 eduardo_Argal Status resolved => new
2009-01-29 12:10 eduardo_Argal Resolution fixed => open
2009-01-29 12:10 eduardo_Argal Status new => scheduled
2009-01-29 12:10 eduardo_Argal Assigned To vmromanos => eduardo_Argal
2009-01-29 12:50 svnbot Checkin
2009-01-29 12:50 svnbot Note Added: 0012808
2009-01-29 12:50 svnbot Status scheduled => resolved
2009-01-29 12:50 svnbot Resolution open => fixed
2009-01-29 12:50 svnbot svn_revision 11607 => 12465
2009-04-21 11:04 psarobe Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker