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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0036946
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Modules] Not Posted Transactionsmajoralways2017-09-25 17:322017-11-17 18:26
ReporterngarciaView Statuspublic 
Assigned Tocollazoandy4 
PriorityurgentResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision52cb7511fe58
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Regression date
Regression introduced by commit
Regression level
Review Assigned Todmiguelez
Regression introduced in release
Summary

0036946: Error message when trying to post more than one document with error in Report Not Posted Window

DescriptionError message when trying to post more than one document with error in Report Not Posted Window
Steps To ReproduceCheck the db.externalPoolClassName parameter is defined in Openbravo.properties file (define it and compile if it is not the case)

As group admin role:
   Deactivate the current conversion rate between EUR-USD and USD-EUR
   Create two sales invoices
   Go to Report Not Posted window, select the two records related with the previously created invoices, click on post and OK
   Check the following error message is shown:
      could not load an entity: [<entityName>#<identifier>]
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
depends on defect 0036945 closedAtulOpenbravo Cannot post a document from the Report Not Posted window if an External Connection Pool is not used 

-  Notes
(0099715)
aferraz (manager)
2017-10-03 10:03

Not reproducible.
(0100560)
collazoandy4 (reporter)
2017-11-17 00:40

Test Plan
  Check the db.externalPoolClassName parameter is defined in Openbravo.properties file (define it and compile if it is not the case)

 As group admin role:
   Go to Process Request window and unschedule the Acct Server process
   Go to Conversion Rate window and deactivate the current conversion rate between EUR-USD and USD-EUR
   Create two sales invoices for Alimentos business partner wit any product and comple it
   Go to Report Not Posted window, select the two records related with the previously created invoices, click on post and OK
   Check the process ends successfull and the error count is 2
   Check that the two invoices show no records in Accounting tab
   Go to Conversion Rate window and activate the current conversion rate between EUR-USD and USD-EUR
   Go to Report Not Posted window, select the two records related with the previously created invoices, click on post and OK
   Check the process ends successfull and the Posted documents count is 2
   Check that two invoices are now posted and show post information in Accounting tab
(0100598)
hgbot (developer)
2017-11-17 18:24

Repository: erp/mods/org.openbravo.financialmgmt.accounting.report.notposted
Changeset: 52cb7511fe58353e37fa4a4dd900de30835558f7
Author: Armaignac <collazoandy4 <at> gmail.com>
Date: Thu Nov 16 16:18:14 2017 -0500
URL: http://code.openbravo.com/erp/mods/org.openbravo.financialmgmt.accounting.report.notposted/rev/52cb7511fe58353e37fa4a4dd900de30835558f7 [^]

Fixes issue 36946: Error message when trying to post more than one document
with error in Report Not Posted Window

When the process try to post more than one document with error the session was
not ending correctly causing the error message and aborting the post process

Now a commit and close is always made to properly end the transaction in session

---
M src/org/openbravo/financialmgmt/accounting/report/notposted/PostHandler.java
---
(0100599)
hgbot (developer)
2017-11-17 18:24

Repository: erp/mods/org.openbravo.financialmgmt.accounting.report.notposted
Changeset: 54466d338484d49624fc77654263745a4e553681
Author: David Miguelez <david.miguelez <at> openbravo.com>
Date: Fri Nov 17 14:28:33 2017 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.financialmgmt.accounting.report.notposted/rev/54466d338484d49624fc77654263745a4e553681 [^]

Related to Issue 36946. Updated Module version and description

---
M src-db/database/sourcedata/AD_MODULE.xml
---
(0100600)
dmiguelez (developer)
2017-11-17 18:26

Code Review + Testing Ok

- Issue History
Date Modified Username Field Change
2017-09-25 17:32 ngarcia New Issue
2017-09-25 17:32 ngarcia Assigned To => Triage Finance
2017-09-25 17:32 ngarcia Resolution time => 1508104800
2017-09-25 17:33 ngarcia Relationship added depends on 0036945
2017-09-26 11:40 aferraz Assigned To Triage Finance => markmm82
2017-09-26 16:38 markmm82 Status new => acknowledged
2017-09-26 19:38 markmm82 Status acknowledged => scheduled
2017-09-28 18:13 aferraz Assigned To markmm82 => AtulOpenbravo
2017-10-03 10:03 aferraz Note Added: 0099715
2017-10-03 10:03 aferraz Assigned To AtulOpenbravo => ngarcia
2017-10-03 10:03 aferraz Status scheduled => feedback
2017-11-15 17:56 ngarcia Status feedback => new
2017-11-15 17:56 ngarcia Summary Error message when trying to post more than one document in Report Not Posted Window => Error message when trying to post more than one document with error in Report Not Posted Window
2017-11-15 17:56 ngarcia Description Updated View Revisions
2017-11-15 17:56 ngarcia Steps to Reproduce Updated View Revisions
2017-11-15 17:57 ngarcia Resolution time 1508104800 => 1511823600
2017-11-15 17:57 ngarcia Assigned To ngarcia => Triage Finance
2017-11-15 18:21 ngarcia Steps to Reproduce Updated View Revisions
2017-11-15 18:21 ngarcia Issue Monitored: networkb
2017-11-16 08:52 dmiguelez Assigned To Triage Finance => collazoandy4
2017-11-16 15:21 collazoandy4 Status new => scheduled
2017-11-17 00:40 collazoandy4 Note Added: 0100560
2017-11-17 18:24 hgbot Checkin
2017-11-17 18:24 hgbot Note Added: 0100598
2017-11-17 18:24 hgbot Status scheduled => resolved
2017-11-17 18:24 hgbot Resolution open => fixed
2017-11-17 18:24 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.financialmgmt.accounting.report.notposted/rev/52cb7511fe58353e37fa4a4dd900de30835558f7 [^]
2017-11-17 18:24 hgbot Checkin
2017-11-17 18:24 hgbot Note Added: 0100599
2017-11-17 18:26 dmiguelez Review Assigned To => dmiguelez
2017-11-17 18:26 dmiguelez Note Added: 0100600
2017-11-17 18:26 dmiguelez Status resolved => closed


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker