Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0011259
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 07. Sales managementminoralways2009-11-05 12:432011-09-20 18:49
ReporterFrancescoFinamoreView Statuspublic 
Assigned Tojonalegriaesarte 
PrioritynormalResolutionfixedFixed in Version3.0MP0
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSLinux 32 bitDatabasePostgreSQLJava version1.6.0_11
OS VersionrPath LinuxDatabase version8.3.5Ant version1.7.1
Product VersionSCM revision 
Merge Request Status
Review Assigned To
OBNetwork customerNo
Web browser
ModulesCore
Support ticket
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0011259: Generated payment

DescriptionWhen 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
Proposed Solutioninsert 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';
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0022364)
rafaroda (viewer)
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 (viewer)
2009-12-02 16:26

Openbravo 2.50 MP8 Community Edition

Version number: 2.50.15307
Revision ID: 52df86591db2+25766dea2871+
(0022395)
dedemo (viewer)
2009-12-03 11:30

is true
(0041155)
dmitry_mezentsev (viewer)
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.

- Issue History
Date Modified Username Field Change
2009-11-05 12:43 FrancescoFinamore New Issue
2009-11-05 12:43 FrancescoFinamore Assigned To => rafaroda
2009-12-02 14:30 rafaroda Note Added: 0022364
2009-12-02 14:30 rafaroda Status new => feedback
2009-12-02 16:26 FrancescoFinamore Note Added: 0022368
2009-12-03 11:30 dedemo Note Added: 0022395
2010-02-11 17:56 rafaroda Assigned To rafaroda => adrianromero
2011-06-03 11:00 dalsasua Assigned To adrianromero => dalsasua
2011-07-20 18:11 dalsasua Assigned To dalsasua => jonalegriaesarte
2011-09-20 18:49 dmitry_mezentsev Note Added: 0041155
2011-09-20 18:49 dmitry_mezentsev Status feedback => closed
2011-09-20 18:49 dmitry_mezentsev Resolution open => fixed
2011-09-20 18:49 dmitry_mezentsev Fixed in Version => 3.0MP0


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker