Openbravo Issue Tracking System - Retail Modules
View Issue Details
0040692Retail ModulesSessionspublic2019-04-26 14:582019-05-15 15:16
samuel_nicuesa 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
pi 
RR19Q3 
marvintm
No
0040692: Minuss button on keyboard is disabled doing cash up when there are open tickets of the previous day
Minuss button on keyboard is disabled doing cash up when there are orders from the previous day.
Business Date changes and cash up needs to be done.
[POS]

- Login VBS-1 -> user vallblanca

- Create a ticket and add one product

- Don't pay it

[BO]

- Navigate to Back Office > Close Store and Close VallBlanca Store

- go to Open store and open vallblanca store setting another Business Date

[POS]

- Login in VBS terminal

- The Pop up Business Date needs to be set and cash up needs to be done will be shown

- Do cash up

- You will notice that minus button is disabled

- Finish the cash up

- Login again in the terminal

- Create a ticket , add a product and pay it

- Do a cash up

- Notice that now the button minus is active

This button is disabled only if there are open tickets from previous day
No tags attached.
Issue History
2019-04-26 14:58samuel_nicuesaNew Issue
2019-04-26 14:58samuel_nicuesaAssigned To => Retail
2019-04-26 14:58samuel_nicuesaResolution time => 1558044000
2019-04-26 14:58samuel_nicuesaTriggers an Emergency Pack => No
2019-04-29 14:57ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-04-30 11:53ranjith_qualiantech_comStatusnew => scheduled
2019-05-02 11:46hgbotCheckin
2019-05-02 11:46hgbotNote Added: 0111428
2019-05-02 11:46hgbotStatusscheduled => resolved
2019-05-02 11:46hgbotResolutionopen => fixed
2019-05-02 11:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a564e20f5b117bbc49842e6ab1c34fa83a372e45 [^]
2019-05-15 15:13marvintmTypedesign defect => defect
2019-05-15 15:16marvintmReview Assigned To => marvintm
2019-05-15 15:16marvintmStatusresolved => closed
2019-05-15 15:16marvintmFixed in Version => RR19Q3

Notes
(0111428)
hgbot   
2019-05-02 11:46   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: a564e20f5b117bbc49842e6ab1c34fa83a372e45
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu May 02 15:08:13 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/a564e20f5b117bbc49842e6ab1c34fa83a372e45 [^]

Fixed issue 40692 : Keyboard commands should be updated before rendering cashup keyboard buttons

* When Cashup is opened before opening pointofsale window (Store is closed in backoffice, cashup window will be opened when login)
  keyboard commands will not be initiated. So when rendering keyboard buttons, minus button will be rendered as disabled.
  So keyboard commands must be initiated before rendering the keyboard buttons

---
M web/org.openbravo.retail.posterminal/js/closecash/view/closekeyboard.js
---