Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0033717 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Openbravo ERP] 09. Financial management | major | always | 2016-08-11 13:08 | 2016-08-26 13:34 | |||
Reporter | ngarcia | View Status | public | |||||
Assigned To | rqueralta | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 3.0PR16Q2.2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | b3ad8a086610 | ||||
Projection | none | ETA | none | Target Version | 3.0PR16Q2.2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | aferraz | |||||||
OBNetwork customer | OBPS | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | 42961 | |||||||
Regression level | Production - Confirmed Stable | |||||||
Regression date | 2016-01-25 | |||||||
Regression introduced in release | 3.0PR16Q2 | |||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/7dafd0844a3d [^] | |||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0033717: Cannot post a financial account transaction if the invoice is partially paid by using credit | |||||||
Description | Cannot post a financial account transaction if the invoice is partially paid by using credit | |||||||
Steps To Reproduce | As group admin role: Check Transferencia payment method is configured to post only financial account transactions (Financial Account - Payment Method - Upon Deposit Use) Create a Payment In of 408.20 EUR for Hoteles Buenas Noches, S.A. and leave the amount to be used later (customer credit) Create a Sales Invoice with a total gross amount of 3.38 EUR. Do not use credit Create a new Payment In of 1.38 EUR for Hoteles Buenas Noches, S.A. and paid the previously created invoice completely. Use 2 EUR from the available credit Navigate to the financial account transaction created and try to post it "Process failed during execution" error message is raised and the log shows: ERROR org.hibernate.LazyInitializationException - failed to lazily initialize a collection of role: FIN_Payment.fINPaymentCreditList, no session or session was closed org.hibernate.LazyInitializationException: failed to lazily initialize a collection of role: FIN_Payment.fINPaymentCreditList, no session or session was closed at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationException(AbstractPersistentCollection.java:383) at org.hibernate.collection.AbstractPersistentCollection.throwLazyInitializationExceptionIfNotConnected(AbstractPersistentCollection.java:375) at org.hibernate.collection.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:368) at org.hibernate.collection.AbstractPersistentCollection.read(AbstractPersistentCollection.java:111) at org.hibernate.collection.PersistentBag.iterator(PersistentBag.java:272) at org.openbravo.erpCommon.ad_forms.DocFINFinAccTransaction.createFactPaymentDetails(DocFINFinAccTransaction.java:647) at org.openbravo.erpCommon.ad_forms.DocFINFinAccTransaction.createFact(DocFINFinAccTransaction.java:461) at org.openbravo.erpCommon.ad_forms.AcctServer.postLogic(AcctServer.java:1110) at org.openbravo.erpCommon.ad_forms.AcctServer.post(AcctServer.java:803) | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0089137) aferraz (viewer) 2016-08-16 13:48 |
Repository: erp/backports/3.0PR16Q2.2 Changeset: b3ad8a086610 Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu> Date: Tue Aug 16 12:42:05 2016 +0200 URL: http://code.openbravo.com/erp/backports/3.0PR16Q2.2/rev/b3ad8a086610 [^] Fixes issue 33717: Error when posting a financial account transaction Avoid laizy initialization error by reloading transaction object from database after clearing the session. Session clearing will not be done in first iteration but starting from iteration number 100. This doesn't solve clear session problem but will raise it only when we iterate at least 100 times. --- M src/org/openbravo/erpCommon/ad_forms/DocFINFinAccTransaction.java M src/org/openbravo/erpCommon/ad_forms/DocFINPayment.java |
(0089138) aferraz (viewer) 2016-08-16 13:49 |
Code review + Testing OK |
(0089454) hgbot (developer) 2016-08-26 13:20 |
Repository: erp/devel/pi Changeset: b3ad8a0866100ea119aeeff5a7c1b4ba1c5cf410 Author: Rafael Queralta Pozo <rqueralta <at> nauta.cu> Date: Tue Aug 16 12:42:05 2016 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/b3ad8a0866100ea119aeeff5a7c1b4ba1c5cf410 [^] Fixes issue 33717: Error when posting a financial account transaction Avoid laizy initialization error by reloading transaction object from database after clearing the session. Session clearing will not be done in first iteration but starting from iteration number 100. This doesn't solve clear session problem but will raise it only when we iterate at least 100 times. --- M src/org/openbravo/erpCommon/ad_forms/DocFINFinAccTransaction.java M src/org/openbravo/erpCommon/ad_forms/DocFINPayment.java --- |
(0089458) priyam (administrator) 2016-08-26 13:34 |
Issues updated as int-promote updated pi with the tag changes of release 16Q2.2 before we merge the tag from main to pi. So the code hg-to-issues plugin updated the issues. So closing the issue again |
![]() |
|||
Date Modified | Username | Field | Change |
2016-08-15 15:04 | rqueralta | Type | defect => backport |
2016-08-15 15:04 | rqueralta | Target Version | => 3.0PR16Q2.2 |
2016-08-16 13:48 | aferraz | Note Added: 0089137 | |
2016-08-16 13:48 | aferraz | Status | scheduled => resolved |
2016-08-16 13:48 | aferraz | Fixed in Version | => 3.0PR16Q2.2 |
2016-08-16 13:48 | aferraz | Fixed in SCM revision | => b3ad8a086610 |
2016-08-16 13:48 | aferraz | Resolution | open => fixed |
2016-08-16 13:49 | aferraz | Fixed in SCM revision | b3ad8a086610 => https://code.openbravo.com/erp/backports/3.0PR16Q2.2/rev/b3ad8a086610 [^] |
2016-08-16 13:49 | aferraz | Review Assigned To | => aferraz |
2016-08-16 13:49 | aferraz | Note Added: 0089138 | |
2016-08-16 13:49 | aferraz | Status | resolved => closed |
2016-08-26 13:20 | hgbot | Checkin | |
2016-08-26 13:20 | hgbot | Note Added: 0089454 | |
2016-08-26 13:20 | hgbot | Status | closed => resolved |
2016-08-26 13:20 | hgbot | Fixed in SCM revision | https://code.openbravo.com/erp/backports/3.0PR16Q2.2/rev/b3ad8a086610 [^] => http://code.openbravo.com/erp/devel/pi/rev/b3ad8a0866100ea119aeeff5a7c1b4ba1c5cf410 [^] |
2016-08-26 13:34 | priyam | Note Added: 0089458 | |
2016-08-26 13:34 | priyam | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |