Openbravo Issue Tracking System - Openbravo ERP | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0022344 | Openbravo ERP | 07. Sales management | public | 2012-11-19 13:43 | 2012-11-19 13:43 |
Reporter | plujan | ||||
Assigned To | dmiguelez | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Platform | OS | 5 | OS Version | ||
Product Version | pi | ||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Review Assigned To | |||||
OBNetwork customer | |||||
Web browser | |||||
Modules | Core | ||||
Support ticket | |||||
Regression level | |||||
Regression date | |||||
Regression introduced in release | |||||
Regression introduced by commit | |||||
Triggers an Emergency Pack | No | ||||
Summary | 0022344: An extra parameter is required in Payment Out window | ||||
Description | In order to solve a false positive in the automated tests, an extra parameter is required in Add Payment pop up. | ||||
Steps To Reproduce | 1. 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 Solution | Add 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 | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
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 |
There are no notes attached to this issue. |