Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044112Retail ModulesWeb POSpublic2020-05-19 18:302020-05-25 16:44
javietxe 
ranjith_qualiantech_com 
normalmajorhave not tried
closedfixed 
5
 
RR20Q3 
jorge-garcia
No
0044112: More info of why Cashup is required
Having the "Web POS Force cashup if date has changed" preference set to Y and the business date different from the local date, the cashup popup is raised to alert that a cashup is done.

Add a message explaining that in this case the reason is the difference of dates and the preference set to Y, distinguishing it from a cashup requested from errors while importing.
- Set the "Web POS Force cashup if date has changed" preference to Y
- Set a passed date as business date
- Log in in a POS: the popup requesting a cashup will appear
No tags attached.
Issue History
2020-05-19 18:30javietxeNew Issue
2020-05-19 18:30javietxeAssigned To => Retail
2020-05-19 18:30javietxeResolution time => 1591653600
2020-05-19 18:30javietxeTriggers an Emergency Pack => No
2020-05-20 06:37ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-05-22 05:30hgbotCheckin
2020-05-22 05:30hgbotNote Added: 0120147
2020-05-22 07:03ranjith_qualiantech_comStatusnew => scheduled
2020-05-22 07:49hgbotCheckin
2020-05-22 07:49hgbotNote Added: 0120148
2020-05-22 07:50ranjith_qualiantech_comStatusscheduled => resolved
2020-05-22 07:50ranjith_qualiantech_comResolutionopen => fixed
2020-05-25 16:44jorge-garciaReview Assigned To => jorge-garcia
2020-05-25 16:44jorge-garciaNote Added: 0120248
2020-05-25 16:44jorge-garciaStatusresolved => closed
2020-05-25 16:44jorge-garciaFixed in Version => RR20Q3

Notes
(0120147)
hgbot   
2020-05-22 05:30   
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: b8498bc17576ec94cf68aac08f028283e21a7637
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri May 22 09:00:24 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/b8498bc17576ec94cf68aac08f028283e21a7637 [^]

Related to issue-44112 : Added ADMessage for Force Cashup for different cases

* Added ADMessage for different Force Cashup cases
a) Having the "Web POS Force cashup if date has changed" preference set to Y and backoffice business date different from the local date
b) Till is closed in Backoffice and Cashup is pending
c) localstorage business date is different from backoffice business date and cashup is pending

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.retail.sessions/js/components/loginhook.js
---
(0120148)
hgbot   
2020-05-22 07:49   
Repository: tools/automation/pi-mobile
Changeset: 09d5f2a3560381afccb43da1991d6dae1f2042d0
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Fri May 22 11:19:25 2020 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/09d5f2a3560381afccb43da1991d6dae1f2042d0 [^]

Verifies Issue 44112 : Modified Test I40868_VerifyCashupWithUnPaidOrder

* Modified following Test for changes in ADMessage
  I40868_VerifyCashupWithUnPaidOrder
  I34219_VerifyOpenTillOnCloseStore
  I36968_VerifyOpenTillAfterCloseStore

---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I34219_VerifyOpenTillOnCloseStore.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I36968_VerifyOpenTillAfterCloseStore.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I39569_VerifyDateWhenEnableCloseStoreInWebPOSPrefIsActive.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/sessions/openstoretill/I40868_VerifyCashupWithUnPaidOrder.java
---
(0120248)
jorge-garcia   
2020-05-25 16:44   
Code reviewed and tested