Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0039928 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Retail Modules] Web POS | major | have not tried | 2019-01-11 14:51 | 2019-02-26 17:13 | |||
Reporter | aferraz | View Status | public | |||||
Assigned To | ranjith_qualiantech_com | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | Fixed in SCM revision | e927a84e8fc3 | ||||
Projection | none | ETA | none | Target Version | RR19Q2 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | jorge-garcia | |||||||
OBNetwork customer | No | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0039928: Ticket not synchronized although Web POS Save Removed Tickets preference is enabled | |||||||
Description | Ticket not synchronized although Web POS Save Removed Tickets preference is enabled | |||||||
Steps To Reproduce | - Enable Web POS Save Removed Tickets preference - Login in VBS-1 terminal with Vallblanca user - Create a ticket and delete it. Realize ticket is synchronized with backend. - Change customer to Arturo Montoro - Lock screen - Login again with Vallblanca user - Delete current ticket. Realize ticket is not synchronized with backend and an error is shown in browser console. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||||||||||||||||
|
![]() |
|
(0109271) hgbot (developer) 2019-01-28 12:48 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: bc7ce5124e28cfe17477568f733e1a1a1520be2d Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Mon Jan 28 17:18:29 2019 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bc7ce5124e28cfe17477568f733e1a1a1520be2d [^] Fixed issue 39928 : OrderList deleteCurrent should be called when deleting the receipt with zero lines * If Save Remove Pref. is enabled and receipr has zero lines and empty deletedLines, then orderList deleteCurrent should be called which handles receipt save and close functions --- M web/org.openbravo.retail.posterminal/js/model/order.js --- |
(0109272) hgbot (developer) 2019-01-28 12:49 |
Repository: tools/automation/pi-mobile Changeset: 918237bba90f47743f901ca104d09ce7e9b8ad68 Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Mon Jan 28 17:18:44 2019 +0530 URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/918237bba90f47743f901ca104d09ce7e9b8ad68 [^] Verifies issue 39928 : Added Automated Test "I39928_VerifyReceiptWithZeroLines" --- A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I39928_VerifyReceiptWithZeroLines.java --- |
(0109727) ranjith_qualiantech_com (viewer) 2019-02-12 14:51 |
Currently if receipt has zero lines, receipt close and save operations handled in 2 different places. One is orderlist deleteCurrent() and second one is deleteReceipt function through toolbar. First one has to be removed and its logic should be merged with second one |
(0109837) hgbot (developer) 2019-02-14 14:39 |
Repository: erp/pmods/org.openbravo.retail.posterminal Changeset: e927a84e8fc3b2a3fe49c08f10f5246c6ce342cc Author: Ranjith S R <ranjith <at> qualiantech.com> Date: Thu Feb 14 19:08:38 2019 +0530 URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e927a84e8fc3b2a3fe49c08f10f5246c6ce342cc [^] Fixed issue 39928 : Refactored Order deleteCurrent function to remove duplicate code for receipt deletion * If receipt has zero lines, then delete functionality is maintained in 2 places. First One in OrderList deleteCurrent function and second one in deleteOrder function To Maintain it in seingle place, receipt deletion process in deleteCurrent is removed --- M web/org.openbravo.retail.posterminal/js/model/order.js --- |
(0110089) jorge-garcia (viewer) 2019-02-26 17:13 |
Code reviewed and tested |
![]() |
|||
Date Modified | Username | Field | Change |
2019-01-11 14:51 | aferraz | New Issue | |
2019-01-11 14:51 | aferraz | Assigned To | => Retail |
2019-01-11 14:51 | aferraz | OBNetwork customer | => No |
2019-01-11 14:51 | aferraz | Triggers an Emergency Pack | => No |
2019-01-11 14:54 | aferraz | Status | new => scheduled |
2019-01-11 14:59 | aferraz | Relationship added | related to 0039932 |
2019-01-11 15:34 | azabaleta | Issue Monitored: azabaleta | |
2019-01-11 15:38 | lmasson | Issue Monitored: lmasson | |
2019-01-22 14:44 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2019-01-28 12:48 | hgbot | Checkin | |
2019-01-28 12:48 | hgbot | Note Added: 0109271 | |
2019-01-28 12:48 | hgbot | Status | scheduled => resolved |
2019-01-28 12:48 | hgbot | Resolution | open => fixed |
2019-01-28 12:48 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bc7ce5124e28cfe17477568f733e1a1a1520be2d [^] |
2019-01-28 12:49 | hgbot | Checkin | |
2019-01-28 12:49 | hgbot | Note Added: 0109272 | |
2019-02-05 17:22 | jorge-garcia | Review Assigned To | => jorge-garcia |
2019-02-12 14:51 | ranjith_qualiantech_com | Note Added: 0109727 | |
2019-02-12 14:51 | ranjith_qualiantech_com | Status | resolved => new |
2019-02-12 14:51 | ranjith_qualiantech_com | Resolution | fixed => open |
2019-02-12 14:51 | ranjith_qualiantech_com | Status | new => scheduled |
2019-02-14 14:39 | hgbot | Checkin | |
2019-02-14 14:39 | hgbot | Note Added: 0109837 | |
2019-02-14 14:39 | hgbot | Status | scheduled => resolved |
2019-02-14 14:39 | hgbot | Resolution | open => fixed |
2019-02-14 14:39 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/bc7ce5124e28cfe17477568f733e1a1a1520be2d [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/e927a84e8fc3b2a3fe49c08f10f5246c6ce342cc [^] |
2019-02-26 17:13 | jorge-garcia | Note Added: 0110089 | |
2019-02-26 17:13 | jorge-garcia | Status | resolved => closed |
Copyright © 2000 - 2009 MantisBT Group |