Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035797Retail ModulesWeb POSpublic2017-04-18 18:192017-06-09 10:28
adrianromero 
mario_castello 
urgentmajorhave not tried
closedfixed 
5
 
 
migueldejuana
No
0035797: [SER-QA 2949] Deleted ticket does not store service lines deleted
When having the save removed lines property activated for web pos, the deleted service lines are not stored in the backend
* Enable the 'delete line' functionality.
* Login in Web POS
* Create a new receipt, add a line with a product and a second line with a service linked to the first line
* Delete the receipt
* Go to the backend and go to Sales orders window
* Load the deleted receipt and observe only the first line with the product has been stored.
SER-QA
related to defect 0035741 closed asiermartirena Deleted lines are not correctly stored in backend 
Issue History
2017-04-18 18:19adrianromeroNew Issue
2017-04-18 18:19adrianromeroAssigned To => mario_castello
2017-04-18 18:19adrianromeroResolution time => 1493676000
2017-04-18 18:19adrianromeroTriggers an Emergency Pack => No
2017-04-18 18:19adrianromeroTag Attached: SER-QA
2017-04-18 18:20adrianromeroSummaryDeleted ticket does not store service lines deleted => [SER-QA 2610] Deleted ticket does not store service lines deleted
2017-04-18 18:21adrianromeroRelationship addedrelated to 0035741
2017-04-18 18:22mario_castelloStatusnew => acknowledged
2017-04-18 18:23mario_castelloStatusacknowledged => scheduled
2017-04-19 19:21hgbotCheckin
2017-04-19 19:21hgbotNote Added: 0096068
2017-04-19 19:21hgbotStatusscheduled => resolved
2017-04-19 19:21hgbotResolutionopen => fixed
2017-04-19 19:21hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5e1da860b333998ecfde3160f9e0d9a9dc1f7f3b [^]
2017-04-19 19:22hgbotCheckin
2017-04-19 19:22hgbotNote Added: 0096069
2017-05-02 11:31migueldejuanaReview Assigned To => migueldejuana
2017-05-02 11:31migueldejuanaNote Added: 0096301
2017-05-02 11:31migueldejuanaStatusresolved => closed
2017-06-09 10:28adrianromeroSummary[SER-QA 2610] Deleted ticket does not store service lines deleted => [SER-QA 2949] Deleted ticket does not store service lines deleted

Notes
(0096068)
hgbot   
2017-04-19 19:21   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 5e1da860b333998ecfde3160f9e0d9a9dc1f7f3b
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Tue Apr 18 11:09:08 2017 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/5e1da860b333998ecfde3160f9e0d9a9dc1f7f3b [^]

Fixed issue 0035797: [SER-QA 2610] Deleted ticket does not store service lines deleted

- Added validation that prevent delete service lines when it is marked as deleted
- Marked the line as deleted before set the quantity to zero and prevent to executed the events with this changes

---
M web/org.openbravo.retail.posterminal/js/components/order.js
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0096069)
hgbot   
2017-04-19 19:22   
Repository: tools/automation/pi-mobile
Changeset: b4ebdd7554484320c2e89709142dba591aa24a16
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Wed Apr 19 09:07:05 2017 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b4ebdd7554484320c2e89709142dba591aa24a16 [^]

Verifies issue 35797: Added automated test 'I35797_VerifyRemoveOrderWithServices'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35797_VerifyRemoveOrderWithServices.java
---
(0096301)
migueldejuana   
2017-05-02 11:31   
Tested and reviewed