Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035480Retail ModulesWeb POSpublic2017-03-10 12:332017-03-24 12:07
xabiermerino 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR17Q2 
marvintm
No
0035480: [SERQA 2588] The preference 'Access to create sales with return lines' does not allow introduce negative lines in a new ticket
If the preference 'Access to create sales with return lines' is set as 'N' the application does not allow use the button 'return line' in a ticket without lines
- Log into backoffice and set the preference 'Access to create sales with return lines' as 'N'
- log into webPOS
- introduce a product
- click on the button 'Return line'
No tags attached.
Issue History
2017-03-10 12:33xabiermerinoNew Issue
2017-03-10 12:33xabiermerinoAssigned To => Retail
2017-03-10 12:33xabiermerinoResolution time => 1490310000
2017-03-10 12:33xabiermerinoTriggers an Emergency Pack => No
2017-03-13 11:57ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-03-13 11:57ranjith_qualiantech_comStatusnew => scheduled
2017-03-20 09:00hgbotCheckin
2017-03-20 09:00hgbotNote Added: 0095411
2017-03-20 09:00hgbotCheckin
2017-03-20 09:00hgbotNote Added: 0095412
2017-03-20 09:00hgbotStatusscheduled => resolved
2017-03-20 09:00hgbotResolutionopen => fixed
2017-03-20 09:00hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fc432ae2c09abdd4b31665953b2987090762c3d5 [^]
2017-03-24 12:07marvintmReview Assigned To => marvintm
2017-03-24 12:07marvintmStatusresolved => closed
2017-03-24 12:07marvintmFixed in Version => RR17Q2

Notes
(0095411)
hgbot   
2017-03-20 09:00   
Repository: tools/automation/pi-mobile
Changeset: c5a97b89beaf0f28f169c0a5bbc675bb8755a269
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Mar 20 13:26:14 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/c5a97b89beaf0f28f169c0a5bbc675bb8755a269 [^]

Verifies issue 35480 : Added automated test 'I35480_VerifyReturnsNotAllowSaleswithReturn'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/returns/I35480_VerifyReturnsNotAllowSaleswithReturn.java
---
(0095412)
hgbot   
2017-03-20 09:00   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: fc432ae2c09abdd4b31665953b2987090762c3d5
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Mar 20 13:26:05 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/fc432ae2c09abdd4b31665953b2987090762c3d5 [^]

Fixes issue 35480 : Change Receipt to Return if all lines are selected

* If pref "Do not allow Sales with return" is set, and all lines are selected, then if we return lines, receipt should be changed to return receipt

---
M web/org.openbravo.retail.posterminal/js/model/order.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/editline.js
M web/org.openbravo.retail.posterminal/js/pointofsale/view/keyboardorder.js
---