Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0042414 | Retail Modules | Web POS | public | 2019-11-27 11:39 | 2019-12-09 14:57 |
|
Reporter | rafaroda | |
Assigned To | ranjith_qualiantech_com | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | RR20Q1 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0042414: Menu > Print This Receipt does not work in Live Builds with new skin |
Description | Menu > Print This Receipt does not work in Live Builds with new skin: when clicking on it, nothing happens, the popup is not opened.
See screenshot of what should display http://wiki.openbravo.com/wiki/Retail:Web_POS_User_Guide#Printing_a_closed_receipt_and_its_related_invoices [^] |
Steps To Reproduce | * Go to https://livebuilds.openbravo.com/retail_modules_pgsql_pi/web/org.openbravo.retail.posterminal/?terminal=VBS-1 [^]
* Menu > Open Receipt: search and open a Ticket
* Menu > Print receipt: nothing happens, NO JS error. Popup should open with the ticket and/or invoice to be reprinted. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0041139 | pi | closed | rqueralta | Web POS action Print receipt preference doesn't work (attached possible fix) | depends on | backport | 0042452 | RR19Q4.1 | closed | ranjith_qualiantech_com | Menu > Print This Receipt does not work in Live Builds with new skin |
|
Attached Files | Print This Receipt Popup.png (24,232) 2019-11-27 11:39 https://issues.openbravo.com/file_download.php?file_id=13600&type=bug

|
|
Issue History |
Date Modified | Username | Field | Change |
2019-11-27 11:39 | rafaroda | New Issue | |
2019-11-27 11:39 | rafaroda | Assigned To | => Retail |
2019-11-27 11:39 | rafaroda | File Added: Print This Receipt Popup.png | |
2019-11-27 11:39 | rafaroda | OBNetwork customer | => No |
2019-11-27 11:39 | rafaroda | Triggers an Emergency Pack | => No |
2019-11-28 12:25 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2019-11-28 12:25 | ranjith_qualiantech_com | Status | new => scheduled |
2019-11-28 14:05 | hgbot | Checkin | |
2019-11-28 14:05 | hgbot | Note Added: 0115937 | |
2019-11-28 14:05 | hgbot | Status | scheduled => resolved |
2019-11-28 14:05 | hgbot | Resolution | open => fixed |
2019-11-28 14:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/732b554e3087cde42250048c03753aa032d366a3 [^] |
2019-11-29 10:58 | guilleaer | Note Added: 0115979 | |
2019-11-29 10:58 | guilleaer | Status | resolved => new |
2019-11-29 10:58 | guilleaer | Resolution | fixed => open |
2019-11-29 10:59 | guilleaer | Note Edited: 0115979 | bug_revision_view_page.php?bugnote_id=0115979#r19835 |
2019-11-29 11:01 | guilleaer | Note Edited: 0115979 | bug_revision_view_page.php?bugnote_id=0115979#r19836 |
2019-11-29 12:09 | ranjith_qualiantech_com | Status | new => scheduled |
2019-12-02 08:48 | marvintm | Status | scheduled => acknowledged |
2019-12-02 08:48 | marvintm | Status | acknowledged => scheduled |
2019-12-02 14:18 | ranjith_qualiantech_com | Relationship added | related to 0041139 |
2019-12-02 14:52 | hgbot | Checkin | |
2019-12-02 14:52 | hgbot | Note Added: 0116019 | |
2019-12-02 14:58 | ranjith_qualiantech_com | Note Added: 0116022 | |
2019-12-02 14:58 | ranjith_qualiantech_com | Status | scheduled => resolved |
2019-12-02 14:58 | ranjith_qualiantech_com | Resolution | open => fixed |
2019-12-02 15:29 | guilleaer | Note Deleted: 0115979 | |
2019-12-09 14:57 | marvintm | Review Assigned To | => marvintm |
2019-12-09 14:57 | marvintm | Status | resolved => closed |
2019-12-09 14:57 | marvintm | Fixed in Version | => RR20Q1 |
Notes |
|
(0115937)
|
hgbot
|
2019-11-28 14:05
|
|
|
|
(0116019)
|
hgbot
|
2019-12-02 14:52
|
|
Repository: tools/automation/pi-mobile
Changeset: 53370d11ebfbd0bd23b9d61f0f23cedbf8db1002
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Dec 02 19:22:42 2019 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/53370d11ebfbd0bd23b9d61f0f23cedbf8db1002 [^]
Verifies issue 42414 : Reverted Changes in OBCFRTestBase for enabling OBPOS_print.receipt preference
---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/certification_france/OBCFRTestBase.java
---
|
|
|
|
When "Print this receipt"menu item is clicked,
1) If Loggedin Role is Automatic, Print Action will be performed
2) If Loggedin Role is Manual, then Preference value "OBPOS_print.receipt" must be true to perform the Print action
If Loggedin Role is Manual and Preference value "OBPOS_print.receipt" is false, then "Print this receipt"menu item will not be displayed |
|