Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015612Openbravo ERP09. Financial managementpublic2011-01-11 13:122011-01-29 00:00
adrianromero 
dalsasua 
highminoralways
closedno change required 
20Community Appliance
3.0RC3 
 
OBPS
Core
No
0015612: error message is wrong to process a bank statement
when you try process a bank statement, with a debt payment created by remittance (a debt payment negative ), and the initial debt payment of remittance has been cancelled, the system returns :"ERROR:"
. create and process a new sales invoice, date 01/12/2010
   a debt payment is generated: DP1 (amount 10)

. create a consolidated remittance (date 05/12/2010) and add DP1 debt payment.
. process remittance.
   a debt payment is generated: -DP1 (amount -10)

. create a new settlement (date 10/12/2010) and add the initial debt payment DP1
. process settlement

. create a new bankstatement (date 15/12/2010) and add the debt payment generated in remittance (-DP1)
. process bankstatement
error is returned: "ERROR: "
. in line 157 of c_dp_management_post , v_line is null
replace RAISE EXCEPTION '%', '@Inline@'||v_line||' '||'@debtpayment@'||' '||'@ConciliatedDebtPaymentCancel@'||v_documentno_Settlement||' '||'@Bydate@'||v_dateSettlement ; --OBTG:-20000--
by
 RAISE EXCEPTION '%', '@Inline@'|| coalesce(v_line,0)||' '||'@debtpayment@'||' '||'@ConciliatedDebtPaymentCancel@'||v_documentno_Settlement||' '||'@Bydate@'||v_dateSettlement ; --OBTG:-20000--
No tags attached.
blocks backport 00155262.50MP26 closed dalsasua error message is wrong to process a bank statement 
Issue History
2011-01-11 13:12adrianromeroNew Issue
2011-01-11 13:12adrianromeroAssigned To => dalsasua
2011-01-11 13:12adrianromeroModules => Core
2011-01-11 13:12adrianromeroOBNetwork customer => Yes
2011-01-11 13:12adrianromeroIssue generated from0015526
2011-01-11 13:12adrianromeroRelationship addedblocks 0015526
2011-01-11 13:13adrianromeroStatusnew => scheduled
2011-01-11 13:13adrianromerofix_in_branch => pi
2011-01-28 09:20dalsasuaNote Added: 0033945
2011-01-28 09:20dalsasuaStatusscheduled => closed
2011-01-28 09:20dalsasuaResolutionopen => no change required
2011-01-29 00:00anonymoussf_bug_id0 => 3167346

Notes
(0033945)
dalsasua   
2011-01-28 09:20   
As bank statements do not exist in Openbravo 3, the issue is closed, and the backport will be fixed.