Notes |
|
|
Test Plan
- Pre-requisite: Follow the remittance configuration as mentioned in the link http://wiki.openbravo.com/wiki/Projects/Remittances/Configuration_Manual [^]
- Login as F&B International Group Admin.
- Navigate to Remittance window and create remittance new record.
- Run "add orders or invoices" process and select 2 lines. if record not loaded in grid use check box select document with different payment method.
- Run Process button choosing any grouping option (group by business partner, for example).
- Check that process is executed successfully. |
|
|
(0080368)
|
hgbot
|
2015-09-14 13:14
|
|
Repository: erp/mods/org.openbravo.module.remittance
Changeset: 1dbab4ecf9cf0f796bce275ebc22debbfd57cd8e
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Fri Sep 11 16:30:40 2015 +0530
URL: http://code.openbravo.com/erp/mods/org.openbravo.module.remittance/rev/1dbab4ecf9cf0f796bce275ebc22debbfd57cd8e [^]
Fixes Issue 30810:Error "could not initialize proxy - no Session" when
processing a remittance using "grouping" option
Problematic line which clears session is removed.
** OBDal.getInstance().getSession().clear();
---
M src/org/openbravo/module/remittance/process/REM_RemittanceProcess.java
---
|
|
|
|
|
|
|
Available in 3.2.24 (or higher) |
|
|
(0080492)
|
hgbot
|
2015-09-18 12:29
|
|
Repository: erp/mods/org.openbravo.module.remittance
Changeset: 84428271f2874f8fafc0029ef30f4bc1d781ea59
Author: Víctor Martínez Romanos <victor.martinez <at> openbravo.com>
Date: Fri Sep 18 12:25:48 2015 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.module.remittance/rev/84428271f2874f8fafc0029ef30f4bc1d781ea59 [^]
Fixed bug 30810: remittance object not available under some circunstances
There are scenarios where the remittance object is not available in the Hibernate session. This changeset forces to get the remittance object each time a line is processed
---
M src-db/database/sourcedata/AD_MODULE.xml
M src/org/openbravo/module/remittance/process/REM_RemittanceProcess.java
---
|
|