Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011259Openbravo ERP07. Sales managementpublic2009-11-05 12:432011-09-20 18:49
FrancescoFinamore 
jonalegriaesarte 
normalminoralways
closedfixed 
20rPath Linux
 
3.0MP0 
No
Core
No
0011259: Generated payment
When complete one invoice , it creates a payment with description

'* ' || v_DocumentNo || ' * (' || COALESCE(TO_CHAR(v_BPartnerName) ,'') ||( CASE WHEN v_POReference IS NULL THEN '' ELSE ' .Ref:'||TO_CHAR(v_POReference) END) || ' )'

But there isn't a point where v_BPartnerName is valued
insert into c_invoice_post :

select name into v_BPartnerName
  from c_bpartner
 where c_bpartner_id=v_BPartner_ID;
           
Before the line
 v_ResultStr:='Generating C_Debt_Payment';
No tags attached.
Issue History
2009-11-05 12:43FrancescoFinamoreNew Issue
2009-11-05 12:43FrancescoFinamoreAssigned To => rafaroda
2009-12-02 14:30rafarodaNote Added: 0022364
2009-12-02 14:30rafarodaStatusnew => feedback
2009-12-02 16:26FrancescoFinamoreNote Added: 0022368
2009-12-03 11:30dedemoNote Added: 0022395
2010-02-11 17:56rafarodaAssigned Torafaroda => adrianromero
2011-06-03 11:00dalsasuaAssigned Toadrianromero => dalsasua
2011-07-20 18:11dalsasuaAssigned Todalsasua => jonalegriaesarte
2011-09-20 18:49dmitry_mezentsevNote Added: 0041155
2011-09-20 18:49dmitry_mezentsevStatusfeedback => closed
2011-09-20 18:49dmitry_mezentsevResolutionopen => fixed
2011-09-20 18:49dmitry_mezentsevFixed in Version => 3.0MP0

Notes
(0022364)
rafaroda   
2009-12-02 14:30   
Francesco,

Please provide Openbravo ERP version and detailed steps to reproduce this issue http://wiki.openbravo.com/wiki/Bug_Reporting_Guidelines#How_to_Report_an_Issue [^]

Thanks.
(0022368)
FrancescoFinamore   
2009-12-02 16:26   
Openbravo 2.50 MP8 Community Edition

Version number: 2.50.15307
Revision ID: 52df86591db2+25766dea2871+
(0022395)
dedemo   
2009-12-03 11:30   
is true
(0041155)
dmitry_mezentsev   
2011-09-20 18:49   
Openbravo 3 comes with a hugely improved financial flow and this issue is not present there. Please upgrade to the latest Openbravo release.

Thanks for the feedback.