Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0030663 | Openbravo ERP | 09. Financial management | public | 2015-08-25 12:18 | 2015-09-01 00:02 |
|
Reporter | ngarcia | |
Assigned To | AtulOpenbravo | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | vmromanos |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0030663: Error Reseting Accounting if a table without processing column or with acctdate_column_id null is included in GL configuration |
Description | Error Reseting Accounting if a table without processing column or with acctdate_column_id null is included in GL configuration |
Steps To Reproduce | As 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
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0028330 | | closed | reinaldoguerra | "java.lang.IllegalArgumentException: node to traverse cannot be null!" error when executing Reset Accounting | related to | defect | 0028163 | 3.0PR15Q1 | closed | reinaldoguerra | "java.lang.IllegalArgumentException: node to traverse cannot be null!" error when trying to Unpost an Order | related to | defect | 0023527 | | closed | Sandrahuguet | Reset Accounting process is not work properly when Starting and ending dates are filled |
|
Attached Files | |
|
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 | OBNetwork customer | => Yes |
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 | |
Notes |
|
|
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
|
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
|
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
---
|
|
|
|
|
|
|
|
|
|
|