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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0001163
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 02. Master data managementminoralways2007-05-03 16:142008-06-12 09:43
ReportergalderromoView Statuspublic 
Assigned Toalostale 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0001163: Purchase invoices with manual debtpayments

DescriptionWhen creating a purchase invoice (total amount = 1500), if I introduce a manual debtpayment (500), I complete the invoice and OB generates an 2000 debtpayment.

This can be solved modifying c_invoice_post (at line 1399 approx)

if v_IsSOTrx ='Y' then
 v_pendingAmount:=v_GrandTotal - v_totalCash;
else
 v_pendingAmount:=v_GrandTotal + v_totalCash;
end if;

instead of:
v_pendingAmount:=v_GrandTotal - v_totalCash;
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0004752)
user71
2005-06-01 00:00
edited on: 2008-06-12 09:43

This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1711992 [^]

- Issue History
Date Modified Username Field Change


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker