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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0012745
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 07. Sales managementminoralways2010-03-19 11:552011-09-16 09:47
ReporterjGaleronView Statuspublic 
Assigned Tojonalegriaesarte 
PrioritynormalResolutionunable to reproduceFixed 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

0012745: Bad list of taxes on order lines (Purchase/Sales) when selecting a tax

DescriptionWhen several clients are defined on Openbravo, the list of taxes in the combo on the order line (sales/purchase) display all the taxes linked to all the clients defined in the instance Openbravo.
So some taxes appear several times.
Steps To ReproduceDefine several clients on an instance Openbravo.
Create an order (purchase/sales).
Create an order line.
Select a tax in the combo box.
All the taxes linked to all the clients are appearing.
(see the attached file)
Proposed SolutionModifying the Validation Code associated to the validation C_TaxIsSOTrx from the column c_tax_id from the table c_order_line from :

C_TAX.SOPOTYPE =(CASE WHEN @IsSOTrx@ = 'Y' THEN 'S' ELSE 'P' END) OR C_TAX.SOPOTYPE = 'B'

to :

(C_TAX.SOPOTYPE =(CASE WHEN @IsSOTrx@ = 'Y' THEN 'S' ELSE 'P' END) OR C_TAX.SOPOTYPE = 'B')
TagsNo tags attached.
Attached Filespng file icon Orderline_tax_combo.png [^] (224,896 bytes) 2010-03-19 11:55

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2010-03-19 11:55 jGaleron New Issue
2010-03-19 11:55 jGaleron Assigned To => adrianromero
2010-03-19 11:55 jGaleron File Added: Orderline_tax_combo.png
2010-03-19 11:56 jGaleron Issue Monitored: jGaleron
2010-03-19 11:56 jGaleron Issue End Monitor: jGaleron
2011-06-03 10:59 dalsasua Assigned To adrianromero => dalsasua
2011-07-20 18:12 dalsasua Assigned To dalsasua => jonalegriaesarte
2011-09-16 09:47 psarobe Status new => closed
2011-09-16 09:47 psarobe Resolution open => unable to reproduce


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker