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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0009192
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 03. Procurement managementmajoralways2009-05-27 02:122009-05-29 00:00
ReportergkfabsView Statuspublic 
Assigned Torafaroda 
PrioritynormalResolutionduplicateFixed in Version
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 Version2.50SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0009192: When completing a purchase invoice I get an error

DescriptionWhen completing a purchase invoice I get the error

Postgresql logs

2009-05-26 14:16:03 MDT NOTICE: Creating C_Cash
2009-05-26 14:16:03 MDT CONTEXT: SQL statement "SELECT C_INVOICE_POST( $1 , NULL)"
        PL/pgSQL function "c_invoice_post0" line 27 at PERFORM
2009-05-26 14:16:03 MDT NOTICE: @ERROR=operator does not exist: character varying = numeric
Steps To ReproduceCreate a new purchase invoice from a purchase order from a requirement. Try to complete it.
Proposed SolutionIn the file ./src-db/database/model/functions/C_INVOICE_POST.xml

Line 1457

Replace:
        v_CB_Curr NUMBER;

With
        v_CB_Curr VARCHAR2(32);

The v_CB_Curr is used to keep an id. Id are not numerics, they are chars because of the uuid change.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
duplicate of defect 0008758 closedareefbasha Unable to complete Purchase Invoices with form of payment cash - UUID 

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2009-05-27 02:12 gkfabs New Issue
2009-05-27 02:12 gkfabs Assigned To => rafaroda
2009-05-28 12:14 psarobe Relationship added duplicate of 0008758
2009-05-28 12:14 psarobe Status new => closed
2009-05-28 12:14 psarobe Duplicate ID 0 => 8758
2009-05-28 12:14 psarobe Resolution open => duplicate
2009-05-29 00:00 anonymous sf_bug_id 0 => 2798140


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker