Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0039928 | Retail Modules | Web POS | public | 2019-01-11 14:51 | 2019-02-26 17:13 |
|
Reporter | aferraz | |
Assigned To | ranjith_qualiantech_com | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR19Q2 | Fixed in Version | | |
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. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0039932 | | closed | ranjith_qualiantech_com | Ticket closed message in Log Client window should be created after preSyncReceipt process | depends on | backport | 0039929 | RR19Q1 | closed | ranjith_qualiantech_com | Ticket not synchronized although Web POS Save Removed Tickets preference is enabled | depends on | backport | 0039930 | RR18Q4.2 | closed | ranjith_qualiantech_com | Ticket not synchronized although Web POS Save Removed Tickets preference is enabled |
|
Attached Files | |
|
Issue History |
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 |
Notes |
|
(0109271)
|
hgbot
|
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
|
2019-01-28 12:49
|
|
|
|
|
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
|
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
|
2019-02-26 17:13
|
|
|