Openbravo Issue Tracking System - Retail Modules
View Issue Details
0042414Retail ModulesWeb POSpublic2019-11-27 11:392019-12-09 14:57
rafaroda 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR20Q1 
marvintm
No
0042414: Menu > Print This Receipt does not work in Live Builds with new skin
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 [^]
* 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.
No tags attached.
related to defect 0041139pi closed rqueralta Web POS action Print receipt preference doesn't work (attached possible fix) 
depends on backport 0042452RR19Q4.1 closed ranjith_qualiantech_com Menu > Print This Receipt does not work in Live Builds with new skin 
png Print This Receipt Popup.png (24,232) 2019-11-27 11:39
https://issues.openbravo.com/file_download.php?file_id=13600&type=bug
png
Issue History
2019-11-27 11:39rafarodaNew Issue
2019-11-27 11:39rafarodaAssigned To => Retail
2019-11-27 11:39rafarodaFile Added: Print This Receipt Popup.png
2019-11-27 11:39rafarodaTriggers an Emergency Pack => No
2019-11-28 12:25ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-11-28 12:25ranjith_qualiantech_comStatusnew => scheduled
2019-11-28 14:05hgbotCheckin
2019-11-28 14:05hgbotNote Added: 0115937
2019-11-28 14:05hgbotStatusscheduled => resolved
2019-11-28 14:05hgbotResolutionopen => fixed
2019-11-28 14:05hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/732b554e3087cde42250048c03753aa032d366a3 [^]
2019-11-29 10:58guilleaerNote Added: 0115979
2019-11-29 10:58guilleaerStatusresolved => new
2019-11-29 10:58guilleaerResolutionfixed => open
2019-11-29 10:59guilleaerNote Edited: 0115979bug_revision_view_page.php?bugnote_id=0115979#r19835
2019-11-29 11:01guilleaerNote Edited: 0115979bug_revision_view_page.php?bugnote_id=0115979#r19836
2019-11-29 12:09ranjith_qualiantech_comStatusnew => scheduled
2019-12-02 08:48marvintmStatusscheduled => acknowledged
2019-12-02 08:48marvintmStatusacknowledged => scheduled
2019-12-02 14:18ranjith_qualiantech_comRelationship addedrelated to 0041139
2019-12-02 14:52hgbotCheckin
2019-12-02 14:52hgbotNote Added: 0116019
2019-12-02 14:58ranjith_qualiantech_comNote Added: 0116022
2019-12-02 14:58ranjith_qualiantech_comStatusscheduled => resolved
2019-12-02 14:58ranjith_qualiantech_comResolutionopen => fixed
2019-12-02 15:29guilleaerNote Deleted: 0115979
2019-12-09 14:57marvintmReview Assigned To => marvintm
2019-12-09 14:57marvintmStatusresolved => closed
2019-12-09 14:57marvintmFixed in Version => RR20Q1

Notes
(0115937)
hgbot   
2019-11-28 14:05   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 732b554e3087cde42250048c03753aa032d366a3
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Nov 28 18:35:00 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/732b554e3087cde42250048c03753aa032d366a3 [^]

Fixed issue 42414 : Check AutomaticRole should not be validated for PrintReceipt permission

---
M web/org.openbravo.retail.posterminal/js/pointofsale/view/pointofsale.js
---
(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
---
(0116022)
ranjith_qualiantech_com   
2019-12-02 14:58   
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