Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033060Retail ModulesWeb POSpublic2016-05-26 14:172016-06-07 16:52
adrianromero 
adrianromero 
highmajoralways
closedfixed 
5
 
 
migueldejuana
No
0033060: [SERQA 1048] When a receipt is paid. Enabling buttons condition must be consistent with label print condition
See that the condition to show the "Is Paid" label
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/file/030e3880653d/web/org.openbravo.retail.posterminal/js/components/order.js#l615 [^]

Is different to the condition used to enable/disable buttons
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/file/030e3880653d/web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js#l1253 [^]

Both conditions must refer to the field "isPaid" not "hasbeenpaid"
N/A
SER-QA
related to defect 0032847 closed shivum039 [SERQA 1048] Visual problem with a ticket already paid 
Issue History
2016-05-26 14:17adrianromeroNew Issue
2016-05-26 14:17adrianromeroAssigned To => adrianromero
2016-05-26 14:17adrianromeroTriggers an Emergency Pack => No
2016-05-26 14:18adrianromeroRelationship addedrelated to 0032847
2016-05-31 15:27amayavicenteResolution time => 1465855200
2016-05-31 15:27amayavicenteSummaryWhen a receipt is paid. Enabling buttons condition must be consistent with label print condition => [SERQA 1048] When a receipt is paid. Enabling buttons condition must be consistent with label print condition
2016-05-31 15:27amayavicenteTag Attached: SER-QA
2016-06-01 09:10VictorVillarAssigned Toadrianromero => Retail
2016-06-01 09:11VictorVillarPrioritynormal => high
2016-06-01 09:11VictorVillarReproducibilityhave not tried => always
2016-06-01 13:06OrekariaStatusnew => acknowledged
2016-06-01 16:13OrekariaStatusacknowledged => scheduled
2016-06-01 16:14OrekariaAssigned ToRetail => adrianromero
2016-06-01 16:14OrekariaStatusscheduled => feedback
2016-06-01 16:19OrekariaIssue Monitored: Orekaria
2016-06-07 11:27hgbotCheckin
2016-06-07 11:27hgbotNote Added: 0087055
2016-06-07 11:27hgbotStatusfeedback => resolved
2016-06-07 11:27hgbotResolutionopen => fixed
2016-06-07 11:27hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/913275d2dbddacdbcfd52abc47535eeb5cadb216 [^]
2016-06-07 11:29hgbotCheckin
2016-06-07 11:29hgbotNote Added: 0087056
2016-06-07 11:29hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/913275d2dbddacdbcfd52abc47535eeb5cadb216 [^] => http://code.openbravo.com/tools/automation/pi-mobile/rev/7349251eaa2e285e036f30c30f5e2edf7f2dec82 [^]
2016-06-07 11:31adrianromeroReview Assigned To => Orekaria
2016-06-07 16:52migueldejuanaReview Assigned ToOrekaria => migueldejuana
2016-06-07 16:52migueldejuanaNote Added: 0087070
2016-06-07 16:52migueldejuanaStatusresolved => closed

Notes
(0087055)
hgbot   
2016-06-07 11:27   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 913275d2dbddacdbcfd52abc47535eeb5cadb216
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Jun 06 17:43:51 2016 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/913275d2dbddacdbcfd52abc47535eeb5cadb216 [^]

Fixes issue 0033060: When a receipt is paid. Enabling buttons condition must be consistent with label print condition

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---
(0087056)
hgbot   
2016-06-07 11:29   
Repository: tools/automation/pi-mobile
Changeset: 7349251eaa2e285e036f30c30f5e2edf7f2dec82
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Jun 06 18:12:22 2016 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/7349251eaa2e285e036f30c30f5e2edf7f2dec82 [^]

Fixes issue 0033060: [SERQA 1048] When a receipt is paid. Enabling buttons condition must be consistent with label print condition
* Adjusting test I32827. Loaded layaways also must disable edit buttons

---
M src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I32827_VerifyButtonOnClosedReceipt.java
---
(0087070)
migueldejuana   
2016-06-07 16:52   
Tested and reviewed