Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||||||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||||||||||||||||||
0030273 | Openbravo ERP | 09. Financial management | public | 2015-06-29 12:54 | 2015-08-20 23:16 | ||||||||||||||||||||||||||||||||||||||||
Reporter | maite | ||||||||||||||||||||||||||||||||||||||||||||
Assigned To | AtulOpenbravo | ||||||||||||||||||||||||||||||||||||||||||||
Priority | immediate | Severity | major | Reproducibility | always | ||||||||||||||||||||||||||||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||||||||||||||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||||||||||||||||||||||||||||
Product Version | |||||||||||||||||||||||||||||||||||||||||||||
Target Version | 3.0PR15Q4 | Fixed in Version | |||||||||||||||||||||||||||||||||||||||||||
Merge Request Status | |||||||||||||||||||||||||||||||||||||||||||||
Review Assigned To | vmromanos | ||||||||||||||||||||||||||||||||||||||||||||
OBNetwork customer | OBPS | ||||||||||||||||||||||||||||||||||||||||||||
Web browser | |||||||||||||||||||||||||||||||||||||||||||||
Modules | Advanced Payables and Receivables Mngmt | ||||||||||||||||||||||||||||||||||||||||||||
Support ticket | 37111 | ||||||||||||||||||||||||||||||||||||||||||||
Regression level | Production - QA Approved | ||||||||||||||||||||||||||||||||||||||||||||
Regression date | 2015-01-13 | ||||||||||||||||||||||||||||||||||||||||||||
Regression introduced in release | 3.0PR15Q2 | ||||||||||||||||||||||||||||||||||||||||||||
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/368eb470c2955fb9525c9e529591c2699122ef21 [^] | ||||||||||||||||||||||||||||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||||||||||||||||||||||||||||
Summary | 0030273: "Not Balance" error received when posting a transaction (although suspense balancing is not needed) | ||||||||||||||||||||||||||||||||||||||||||||
Description | "Not Balance" error received when posting a transaction (although suspense balancing is not needed) | ||||||||||||||||||||||||||||||||||||||||||||
Steps To Reproduce | 1. Access General Ledger Configuration window and General Accounts tab and leave "Suspense Balancing" field empty and uncheck "Suspense Balancing use" for España and International ledgers 2. Access "Cuenta de Banco" financial account and search Transaction with Line no 4800. Unpost transaction 3. Post transaction again and "Not Balanced" error will be raised If you come back to General Ledger Configuration and mark "Suspense Balancing Use" and then try to post Transaction again it will be correctly posted (not using suspense balancing account) | ||||||||||||||||||||||||||||||||||||||||||||
Proposed Solution | 1. Revert changeset https://code.openbravo.com/erp/devel/pi/rev/368eb470c2955fb9525c9e529591c2699122ef21 [^] 2. Replace this piece of code in DocFINFinAccTransaction.getBalance() // if payment IN/OUT is in Multi-Currency then get Multi-Currency amount field because // FIN_Payment line amount is in that currency. if (payment != null) { if (!payment.getAccount().getCurrency().getId() .equalsIgnoreCase(payment.getCurrency().getId())) { retValue = payment.getAmount(); } } by // if payment IN/OUT is in Multi-Currency then get Multi-Currency amount field because // FIN_Payment line amount is in that currency. if (payment != null) { if (!payment.getAccount().getCurrency().getId() .equalsIgnoreCase(payment.getCurrency().getId())) { retValue = payment.isReceipt() ? payment.getAmount() : payment.getAmount().negate(); } } | ||||||||||||||||||||||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||||||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||||||||||||||||||
Attached Files | |||||||||||||||||||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||||||||||||||
2015-06-29 12:54 | maite | New Issue | |||||||||||||||||||||||||||||||||||||||||||
2015-06-29 12:54 | maite | Assigned To | => Triage Finance | ||||||||||||||||||||||||||||||||||||||||||
2015-06-29 12:54 | maite | OBNetwork customer | => Yes | ||||||||||||||||||||||||||||||||||||||||||
2015-06-29 12:54 | maite | Modules | => Advanced Payables and Receivables Mngmt | ||||||||||||||||||||||||||||||||||||||||||
2015-06-29 12:54 | maite | Support ticket | => 37111 | ||||||||||||||||||||||||||||||||||||||||||
2015-06-29 12:54 | maite | Resolution time | => 1435615200 | ||||||||||||||||||||||||||||||||||||||||||
2015-06-29 12:54 | maite | Triggers an Emergency Pack | => No | ||||||||||||||||||||||||||||||||||||||||||
2015-06-29 12:54 | maite | Issue Monitored: networkb | |||||||||||||||||||||||||||||||||||||||||||
2015-06-30 12:05 | vmromanos | Target Version | 3.0PR15Q3 => 3.0PR15Q4 | ||||||||||||||||||||||||||||||||||||||||||
2015-07-01 12:42 | AtulOpenbravo | Assigned To | Triage Finance => AtulOpenbravo | ||||||||||||||||||||||||||||||||||||||||||
2015-07-01 12:42 | AtulOpenbravo | Status | new => scheduled | ||||||||||||||||||||||||||||||||||||||||||
2015-07-02 12:20 | vmromanos | Relationship added | related to 0025173 | ||||||||||||||||||||||||||||||||||||||||||
2015-07-02 12:20 | vmromanos | Relationship added | caused by 0027289 | ||||||||||||||||||||||||||||||||||||||||||
2015-07-02 12:26 | vmromanos | Regression level | => Production - QA Approved | ||||||||||||||||||||||||||||||||||||||||||
2015-07-02 12:26 | vmromanos | Regression date | => 2015-01-13 | ||||||||||||||||||||||||||||||||||||||||||
2015-07-02 12:26 | vmromanos | Regression introduced in release | => 3.0PR15Q2 | ||||||||||||||||||||||||||||||||||||||||||
2015-07-02 12:26 | vmromanos | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/368eb470c2955fb9525c9e529591c2699122ef21 [^] | ||||||||||||||||||||||||||||||||||||||||||
2015-07-02 12:26 | vmromanos | Note Added: 0078625 | |||||||||||||||||||||||||||||||||||||||||||
2015-07-02 12:40 | vmromanos | Proposed Solution updated | |||||||||||||||||||||||||||||||||||||||||||
2015-07-02 12:41 | vmromanos | Status | scheduled => acknowledged | ||||||||||||||||||||||||||||||||||||||||||
2015-07-02 12:41 | vmromanos | Status | acknowledged => scheduled | ||||||||||||||||||||||||||||||||||||||||||
2015-07-02 12:42 | vmromanos | Note Edited: 0078625 | bug_revision_view_page.php?bugnote_id=0078625#r8967 | ||||||||||||||||||||||||||||||||||||||||||
2015-07-03 13:14 | AtulOpenbravo | Note Added: 0078638 | |||||||||||||||||||||||||||||||||||||||||||
2015-07-03 13:16 | AtulOpenbravo | Note Added: 0078639 | |||||||||||||||||||||||||||||||||||||||||||
2015-07-03 13:17 | AtulOpenbravo | Note Edited: 0078638 | bug_revision_view_page.php?bugnote_id=0078638#r8976 | ||||||||||||||||||||||||||||||||||||||||||
2015-07-03 13:44 | AtulOpenbravo | Note Edited: 0078639 | bug_revision_view_page.php?bugnote_id=0078639#r8978 | ||||||||||||||||||||||||||||||||||||||||||
2015-07-03 14:12 | AtulOpenbravo | Note Edited: 0078639 | bug_revision_view_page.php?bugnote_id=0078639#r8980 | ||||||||||||||||||||||||||||||||||||||||||
2015-07-03 14:21 | AtulOpenbravo | Note Edited: 0078639 | bug_revision_view_page.php?bugnote_id=0078639#r8981 | ||||||||||||||||||||||||||||||||||||||||||
2015-07-06 12:05 | hgbot | Checkin | |||||||||||||||||||||||||||||||||||||||||||
2015-07-06 12:05 | hgbot | Note Added: 0078668 | |||||||||||||||||||||||||||||||||||||||||||
2015-07-06 12:05 | hgbot | Status | scheduled => resolved | ||||||||||||||||||||||||||||||||||||||||||
2015-07-06 12:05 | hgbot | Resolution | open => fixed | ||||||||||||||||||||||||||||||||||||||||||
2015-07-06 12:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2cb16178b888c5ac391874ac17a4efb655aac788 [^] | ||||||||||||||||||||||||||||||||||||||||||
2015-07-06 12:06 | vmromanos | Review Assigned To | => vmromanos | ||||||||||||||||||||||||||||||||||||||||||
2015-07-06 12:06 | vmromanos | Note Added: 0078671 | |||||||||||||||||||||||||||||||||||||||||||
2015-07-06 12:06 | vmromanos | Status | resolved => closed | ||||||||||||||||||||||||||||||||||||||||||
2015-08-20 23:16 | hudsonbot | Checkin | |||||||||||||||||||||||||||||||||||||||||||
2015-08-20 23:16 | hudsonbot | Note Added: 0079472 | |||||||||||||||||||||||||||||||||||||||||||
2016-11-18 14:59 | maite | Relationship added | related to 0034585 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|