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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0022344
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Openbravo ERP] 07. Sales managementminorhave not tried2012-11-19 13:432012-11-19 13:43
ReporterplujanView Statuspublic 
Assigned Todmiguelez 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0022344: An extra parameter is required in Payment Out window

DescriptionIn order to solve a false positive in the automated tests, an extra parameter is required in Add Payment pop up.
Steps To Reproduce1. Create a new Payment Out
2. Open the Add Details pop up
3. An specific order has to be selected. Currently, selenium code uses XPath to access the checkbox:
//table/tbody/tr/td[text()='NNNN']/../td/input[@type='checkbox']

but this is error prone (see http://builds.openbravo.com/job/int-sales-procurement-pgsql/439/artifact/SANDBOX/automation/pi/last-results/int-smoke-pgsql-inc/screenshots/PROb_CreatePurchaseOrderPaymentAndInvoice.png [^] )
Proposed SolutionAdd to the checkbox:

<input class="Checkbox_NOT_Focused" name="inpScheduledPaymentDetailId" value="9FCCD2BF9FB84E84876B7A82DF2A9D9B" onclick="updateData(this.value, this.checked, true);return true;" type="checkbox">

an extra parameter (i.e. "title") with the text "Order:NNNN", "Order:NNNN Invoice:MMMM", "Invoice:MMMM", according if the payment has associated order and/or invoice
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2012-11-19 13:43 plujan New Issue
2012-11-19 13:43 plujan Assigned To => dmiguelez
2012-11-19 13:43 plujan Modules => Core


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker