Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0035473 | Retail Modules | Web POS | public | 2017-03-09 18:06 | 2017-03-16 11:43 |
|
Reporter | adrianromero | |
Assigned To | ranjith_qualiantech_com | |
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR17Q2 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | OBPS |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0035473: [SER-QA 2578] Deleted orders must be marked as not delivered |
Description | If an order is deleted in web pos. It has to be stored in Openbravo as not delivered |
Steps To Reproduce | * Create an order in Web POS
* Add a line
* Delete the order
* Go to the backend and observer the order has been saved as deleted but it is set as Delivered = yes |
Proposed Solution | Apply the attached patch |
Additional Information | |
Tags | SER-QA |
Relationships | |
Attached Files | Issue35473.patch (1,158) 2017-03-09 18:10 https://issues.openbravo.com/file_download.php?file_id=10548&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2017-03-09 18:06 | adrianromero | New Issue | |
2017-03-09 18:06 | adrianromero | Assigned To | => Retail |
2017-03-09 18:06 | adrianromero | OBNetwork customer | => Yes |
2017-03-09 18:06 | adrianromero | Resolution time | => 1490223600 |
2017-03-09 18:06 | adrianromero | Triggers an Emergency Pack | => No |
2017-03-09 18:06 | adrianromero | Tag Attached: SER-QA | |
2017-03-09 18:10 | adrianromero | File Added: Issue35473.patch | |
2017-03-13 11:04 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2017-03-13 11:04 | ranjith_qualiantech_com | Status | new => scheduled |
2017-03-15 09:47 | hgbot | Checkin | |
2017-03-15 09:47 | hgbot | Note Added: 0095016 | |
2017-03-15 09:47 | hgbot | Status | scheduled => resolved |
2017-03-15 09:47 | hgbot | Resolution | open => fixed |
2017-03-15 09:47 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a5b9ed5a105ae069a92e4da8383419b476bd7ffe [^] |
2017-03-15 09:47 | hgbot | Checkin | |
2017-03-15 09:47 | hgbot | Note Added: 0095017 | |
2017-03-15 10:26 | AugustoMauch | Note Added: 0095022 | |
2017-03-16 11:43 | marvintm | Review Assigned To | => marvintm |
2017-03-16 11:43 | marvintm | Status | resolved => closed |
2017-03-16 11:43 | marvintm | Fixed in Version | => RR17Q2 |
Notes |
|
(0095016)
|
hgbot
|
2017-03-15 09:47
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a5b9ed5a105ae069a92e4da8383419b476bd7ffe
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Wed Mar 15 11:07:12 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a5b9ed5a105ae069a92e4da8383419b476bd7ffe [^]
Fixes issue 0035473: [SER-QA 2578] Deleted orders must be marked as not delivered
* If preference "OBPOS_remove_ticket" is enabled, if draft ticket is deleted in POS, isdelivered should be set as "N"
---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
|
|
|
(0095017)
|
hgbot
|
2017-03-15 09:47
|
|
Repository: tools/automation/pi-mobile
Changeset: 2cf26b4c8e9388db66a54a13648d1db17651b085
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Mar 15 11:07:05 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/2cf26b4c8e9388db66a54a13648d1db17651b085 [^]
Verifies issue 35473 : Added automated test 'I35473_VerifyOrderDeleiveryWithDeleleTicket'
---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I35473_VerifyOrderDeleiveryWithDeleleTicket.java
---
|
|
|
|
|