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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0030663
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 09. Financial managementmajoralways2015-08-25 12:182015-09-01 00:02
ReporterngarciaView Statuspublic 
Assigned ToAtulOpenbravo 
PriorityimmediateResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision48f64615eb3c
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tovmromanos
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0030663: Error Reseting Accounting if a table without processing column or with acctdate_column_id null is included in GL configuration

DescriptionError Reseting Accounting if a table without processing column or with acctdate_column_id null is included in GL configuration
Steps To ReproduceAs group admin role:
   Go to General Ledger Configuration and set as Active the ProjectIssue tables for F&B España, S.A. US/A/Euro
   Launch Reset Accounting Process for F&B España, S.A.
   Check the Error Reseting Accounting message is shown and the log raises:
      ERROR org.hibernate.util.JDBCExceptionReporter - ERROR: column "processing" of relation "c_projectissue" does not exist
      
   Go to General Ledger Configuration and set as Active the APRM_Finacc_Transaction_v table for F&B España, S.A. US/A/Euro
   Launch Reset Accounting Process for F&B España, S.A.
   Check the Error Reseting Accounting message is shown, no log is shown
      
      
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0028330 closedreinaldoguerra "java.lang.IllegalArgumentException: node to traverse cannot be null!" error when executing Reset Accounting 
related to defect 00281633.0PR15Q1 closedreinaldoguerra "java.lang.IllegalArgumentException: node to traverse cannot be null!" error when trying to Unpost an Order 
related to defect 0023527 closedSandrahuguet Reset Accounting process is not work properly when Starting and ending dates are filled 

-  Notes
(0079783)
AtulOpenbravo (developer)
2015-08-27 17:40

Test Plan
- Login as F&B International Group Admin role.
- Navigate to General Ledger Configuration and set as Active the ProjectIssue tables for F&B España, S.A. US/A/Euro
- Launch Reset Accounting Process for F&B España, S.A.
- Check that process is executed successfully.

- Go back to General Ledger Configuration and set as Active the APRM_Finacc_Transaction_v table for F&B España, S.A. US/A/Euro
- Launch Reset Accounting Process for F&B España, S.A.
- Check that process is executed successfully.
(0079797)
hgbot (developer)
2015-08-28 14:45

Repository: erp/devel/pi
Changeset: 48f64615eb3c72ce40fcd72699613cc00784ddfb
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Thu Aug 27 21:06:55 2015 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/48f64615eb3c72ce40fcd72699613cc00784ddfb [^]

Fixes Issue 30663:Error Reseting Accounting if a table without processing
column or table as view is included in GL configuration

Before running reset accounting queries, table is checked whether its not view
and does it have processing column.

---
M src/org/openbravo/financial/ResetAccounting.java
---
(0079798)
hgbot (developer)
2015-08-28 14:46

Repository: erp/devel/pi
Changeset: 3b6ed2bbbddc2251f949673f6c968e4fd8b7832c
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Aug 28 14:41:57 2015 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3b6ed2bbbddc2251f949673f6c968e4fd8b7832c [^]

Related to issue 30663: code review improvements

Replaced usage of size() by isEmpty(), and added setMaxResults(1) to increase performance.
Ensure we only update the table if the table is not a view

---
M src/org/openbravo/financial/ResetAccounting.java
---
(0079799)
vmromanos (manager)
2015-08-28 14:46

Code review + testing OK
(0079908)
hudsonbot (developer)
2015-09-01 00:02

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/880a20775a45 [^]
Maturity status: Test
(0079909)
hudsonbot (developer)
2015-09-01 00:02

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/880a20775a45 [^]
Maturity status: Test

- Issue History
Date Modified Username Field Change
2015-08-25 12:18 ngarcia New Issue
2015-08-25 12:18 ngarcia Assigned To => Triage Finance
2015-08-25 12:18 ngarcia Modules => Core
2015-08-25 12:18 ngarcia Resolution time => 1440626400
2015-08-25 12:18 ngarcia Triggers an Emergency Pack => No
2015-08-25 12:18 ngarcia Issue Monitored: networkb
2015-08-25 12:33 ngarcia Relationship added related to 0028330
2015-08-25 12:34 ngarcia Relationship added related to 0028163
2015-08-25 12:34 ngarcia Relationship added related to 0023527
2015-08-26 16:54 AtulOpenbravo Assigned To Triage Finance => AtulOpenbravo
2015-08-27 17:34 AtulOpenbravo Status new => scheduled
2015-08-27 17:40 AtulOpenbravo Note Added: 0079783
2015-08-28 14:45 hgbot Checkin
2015-08-28 14:45 hgbot Note Added: 0079797
2015-08-28 14:45 hgbot Status scheduled => resolved
2015-08-28 14:45 hgbot Resolution open => fixed
2015-08-28 14:45 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/48f64615eb3c72ce40fcd72699613cc00784ddfb [^]
2015-08-28 14:46 hgbot Checkin
2015-08-28 14:46 hgbot Note Added: 0079798
2015-08-28 14:46 vmromanos Review Assigned To => vmromanos
2015-08-28 14:46 vmromanos Note Added: 0079799
2015-08-28 14:46 vmromanos Status resolved => closed
2015-09-01 00:02 hudsonbot Checkin
2015-09-01 00:02 hudsonbot Note Added: 0079908
2015-09-01 00:02 hudsonbot Checkin
2015-09-01 00:02 hudsonbot Note Added: 0079909


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker