Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035829Retail ModulesWeb POSpublic2017-04-25 12:192017-05-25 09:31
adrianromero 
mario_castello 
urgentmajoralways
closedfixed 
5
pi 
RR17Q3 
marvintm
Coding ( Testing )
2016-09-27
pi
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/97c95e2c63c9c9b72f43085bf624a58c6b32a41d [^]
No
0035829: [SER-QA 2729] Lines with a tax error are not deleted
If adding a product with taxes that cannot be calculated because taxes are not properly configured for the product, the error is displayed but the line is not displayed
* Disable all taxes "Entregas IVA" to force a taxes error in WEBPOS
* Log into Web POS and try to add a product
* Observe the error that taxes cannot be calculated is displayed (OK) but the line with the product with wrong taxes configured is not removed from the receipt (WRONG)
Regression, SER-QA
related to defect 0036059 closed ranjith_qualiantech_com [SER-QA 2863] If synchronization fails in the server side, the message displayed in WEB POS is not appropriate 
Issue History
2017-04-25 12:19adrianromeroNew Issue
2017-04-25 12:19adrianromeroAssigned To => Retail
2017-04-25 12:19adrianromeroResolution time => 1494280800
2017-04-25 12:19adrianromeroRegression level => Coding ( Testing )
2017-04-25 12:19adrianromeroRegression introduced in release => pi
2017-04-25 12:19adrianromeroTriggers an Emergency Pack => No
2017-04-25 12:20adrianromeroTag Attached: SER-QA
2017-04-25 13:31adrianromeroTag Attached: Regression
2017-04-25 21:48mario_castelloAssigned ToRetail => mario_castello
2017-04-25 21:48mario_castelloStatusnew => acknowledged
2017-04-25 21:48mario_castelloStatusacknowledged => scheduled
2017-04-25 23:52mario_castelloRegression date => 2016-09-27
2017-04-25 23:52mario_castelloRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/97c95e2c63c9c9b72f43085bf624a58c6b32a41d [^]
2017-04-27 17:10hgbotCheckin
2017-04-27 17:10hgbotNote Added: 0096235
2017-04-27 17:10hgbotStatusscheduled => resolved
2017-04-27 17:10hgbotResolutionopen => fixed
2017-04-27 17:10hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a5650d5c96d470335417c6f7ca4bd3b3be12a8ef [^]
2017-04-27 17:12hgbotCheckin
2017-04-27 17:12hgbotNote Added: 0096237
2017-05-08 11:46marvintmReview Assigned To => marvintm
2017-05-08 11:46marvintmStatusresolved => closed
2017-05-08 11:46marvintmFixed in Version => RR17Q3
2017-05-22 12:03adrianromeroRelationship addedblocks 0036059
2017-05-22 12:08adrianromeroRelationship replacedrelated to 0036059
2017-05-25 09:29marvintmNote Added: 0096775
2017-05-25 09:29marvintmStatusclosed => new
2017-05-25 09:29marvintmResolutionfixed => open
2017-05-25 09:29marvintmFixed in VersionRR17Q3 =>
2017-05-25 09:31marvintmNote Deleted: 0096775
2017-05-25 09:31marvintmStatusnew => scheduled
2017-05-25 09:31marvintmStatusscheduled => resolved
2017-05-25 09:31marvintmFixed in Version => RR17Q3
2017-05-25 09:31marvintmResolutionopen => fixed
2017-05-25 09:31marvintmStatusresolved => closed

Notes
(0096235)
hgbot   
2017-04-27 17:10   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a5650d5c96d470335417c6f7ca4bd3b3be12a8ef
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Wed Apr 26 09:02:44 2017 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a5650d5c96d470335417c6f7ca4bd3b3be12a8ef [^]

Fixed issue 0035829: [SER-QA 2729] Lines with a tax error are not deleted

- Moved the call of finishDelete function at the end of the process
- Refactor code in deleteLine function

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0096237)
hgbot   
2017-04-27 17:12   
Repository: tools/automation/pi-mobile
Changeset: c4beb611608b6e9b3ba6e0cab7fbb8d5579ab143
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Wed Apr 26 10:45:53 2017 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/c4beb611608b6e9b3ba6e0cab7fbb8d5579ab143 [^]

Verifies issue 35829: Added automated test 'I35829_VerifyOrderLineNotTaxes'

---
M src-test/org/openbravo/test/mobile/core/utils/AllowedErrorsHelper.java
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35829_VerifyOrderLineNotTaxes.java
---