Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014316 | Openbravo ERP | Z. Others | public | 2010-08-25 18:07 | 2010-12-09 16:05 |
|
Reporter | eduardo_Argal | |
Assigned To | eduardo_Argal | |
Priority | immediate | Severity | major | Reproducibility | sometimes |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50 | |
Target Version | 2.50 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Advanced Payables and Receivables Mngmt |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0014316: Accounting fails for make payment document |
Description | Some systems fails with accounting for payments.
When posing a make payment document system throws uggly null pointer exception.
(Reproducible at Customer environment) |
Steps To Reproduce | Create a purchase invoice and process it
Click on Add Payment and fully pay previous invoice
click on posted button for the newly created payment
Mind that NullPointerException is thrown |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-08-25 18:07 | eduardo_Argal | New Issue | |
2010-08-25 18:07 | eduardo_Argal | Assigned To | => eduardo_Argal |
2010-08-25 18:07 | eduardo_Argal | OBNetwork customer | => No |
2010-08-25 18:12 | eduardo_Argal | Note Added: 0030323 | |
2010-08-25 18:12 | eduardo_Argal | Status | new => scheduled |
2010-08-25 18:12 | eduardo_Argal | fix_in_branch | => pi |
2010-08-26 18:50 | hgbot | Checkin | |
2010-08-26 18:50 | hgbot | Note Added: 0030379 | |
2010-08-26 18:50 | hgbot | Status | scheduled => resolved |
2010-08-26 18:50 | hgbot | Resolution | open => fixed |
2010-08-26 18:50 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1819ff726beb226b3efb5a320fffa9e4d8f7e6e7 [^] |
2010-08-31 10:39 | sureshbabu | Note Added: 0030518 | |
2010-08-31 10:39 | sureshbabu | Status | resolved => closed |
2010-09-07 09:17 | hudsonbot | Checkin | |
2010-09-07 09:17 | hudsonbot | Note Added: 0030685 | |
2010-12-09 16:05 | anonymous | sf_bug_id | 0 => 3133403 |
Notes |
|
|
This error occurs just in environments having this configuration (not default) in accounting schema:
go to:
Financial Management || Accounting || Setup || Accounting Schema || Accounting Schema >> General Ledger
"Suspense Balancing Use" unflagged.
If the checkBox is flagged (which is in fact default configuration) the error would not happen. |
|
|
(0030379)
|
hgbot
|
2010-08-26 18:50
|
|
Repository: erp/devel/pi
Changeset: 1819ff726beb226b3efb5a320fffa9e4d8f7e6e7
Author: Eduardo Argal Guibert <eduardo.argal <at> openbravo.com>
Date: Wed Aug 25 18:12:31 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/1819ff726beb226b3efb5a320fffa9e4d8f7e6e7 [^]
Fixes bug 0014316: Accounting fails for make payment document
---
M src/org/openbravo/erpCommon/ad_forms/AcctSchema.java
M src/org/openbravo/erpCommon/ad_forms/AcctServer.java
M src/org/openbravo/erpCommon/ad_forms/DocBank.java
M src/org/openbravo/erpCommon/ad_forms/DocFINFinAccTransaction.java
M src/org/openbravo/erpCommon/ad_forms/DocFINPayment.java
M src/org/openbravo/erpCommon/ad_forms/DocFINReconciliation.java
---
|
|
|
|
verified now i can able to post the payment document after unchecked the
"Suspense Balancing Use" check box. in Financial Management || Accounting || Setup || Accounting Schema || Accounting Schema >> General Ledger window |
|
|
|
|