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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0007466
TypeCategorySeverityReproducibilityDate SubmittedLast Update
backport[Openbravo ERP] 09. Financial managementmajoralways2009-02-02 19:202009-03-09 23:42
ReportergalderromoView Statuspublic 
Assigned Toeduardo_Argal 
PrioritynormalResolutionfixedFixed in Version2.35MP13
StatusclosedFix in branch2.3xFixed in SCM revision13120
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabaseOracleJava version1.5
OS VersionRedHatDatabase version10gAnt version
Product Version2.35MP4SCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0007466: FACT_ACCT_RESET database procedure unposts all manual settlements when unposting one record

DescriptionWhen having 5000 manual settlements and 5000 invoices.
If you want to unpost a manual settlement to unprocess the settlement, all the manual settlements are unposted.
Posting manual settlements with no direct accounting means changing all settlements from posted='N' to posted='Y'.
When you want to unpost a manual settlement, you just want to update posted='Y' to posted='N' so you can unprocess the settlement.
But the application unposts all the manual settlements. Although it does not change the accounting information, the accounting background process posts again all the 5000 manual settlements. So you have to wait until this are posted before the invoices get also posted.
Steps To ReproduceIntroduce 5 manual settlement.
Post them.
Unpost a manual settlement. Also the log says: "Success 5 updated".
Proposed SolutionImprove code at FACT_ACCT_RESET around line 220:

        v_Cmd:='UPDATE ' || Cur_Tables.TableName || ' SET Posted=''N'', Processing=''N'' WHERE AD_Client_ID=''' || Cur_Clients.AD_Client_ID
        || ''' AND (Posted=''Y'' OR Processing<>''N'' OR Processing IS NULL) AND NOT EXISTS (SELECT 1 FROM FACT_ACCT WHERE AD_TABLE_ID =''' || Cur_Tables.AD_Table_ID ||
        ''' AND RECORD_ID = ' || Cur_Tables.TableName || '_ID AND AD_CLIENT_ID =''' || Cur_Clients.AD_Client_ID || ''' )';
            -- DBMS_OUTPUT.PUT_LINE(' executing: ' || v_Cmd);

updates all the records not having accounting info at fact_acct.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
blocks defect 0007327 closededuardo_Argal FACT_ACCT_RESET database procedure unposts all manual settlements when unposting one record 

-  Notes
(0013444)
svnbot (viewer)
2009-02-12 19:54

Repository: openbravo
Revision: 13120
Author: eduardoargal
Date: 2009-02-12 19:54:02 +0100 (Thu, 12 Feb 2009)

Fixes bug 0007466: FACT_ACCT_RESET database procedure unposts all manual settlements when unposting one record

---
U branches/r2.3x/database/model/functions/FACT_ACCT_RESET.xml
---

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

- Issue History
Date Modified Username Field Change
2009-02-10 10:03 psarobe Type defect => backport
2009-02-10 10:03 psarobe fix_in_branch => 2.3x
2009-02-10 10:04 psarobe Assigned To rafaroda => eduardo_Argal
2009-02-12 19:54 svnbot Checkin
2009-02-12 19:54 svnbot Note Added: 0013444
2009-02-12 19:54 svnbot Status scheduled => resolved
2009-02-12 19:54 svnbot Resolution open => fixed
2009-02-12 19:54 svnbot svn_revision => 13120
2009-03-06 16:09 psarobe Fixed in Version => 2.35MP12
2009-03-09 23:42 psarobe Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker