Openbravo Issue Tracking System - Retail Modules
View Issue Details
0044123Retail ModulesWeb POSpublic2020-05-20 16:472020-06-03 13:33
rafaroda 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
pi 
RR20Q3 
marvintm
No
0044123: Initial Count Difference Limit set is not taken into account on Initial Count
Initial Count Difference Limit set is not taken into account on Initial Count

Value is defined in Outhcpoint Type > Payment Method for payment method cash for instance. see Wiki http://wiki.openbravo.com/wiki/Retail:Configuration_Guide#Count_Difference_Limit_for_the_payment_methods [^]
1) Setup a "POS Approval Reason" https://livebuilds.openbravo.com/retail_modules_pgsql_pi/?tabId=A925A0C806A7453EBB31CBEC60DB80B3&recordId=C9BCB5D0C22B4878995E3ACF3D01DCCB [^]
2) Setup for Payment Method Cash in Touchpoint Type an Initial Count Difference Limit to 30 for instance https://livebuilds.openbravo.com/retail_modules_pgsql_pi/?tabId=4D9F5E9CC0014A96861CEFB64BBF013B&recordId=146569994AB34AC78FDC12AE15F307AF [^]
3) Do a cashup
4) Whern opening till, leave a 5 EUR difference: you are asked to put a reason even if the difference is 5 < 30
NOR
png Screenshot from 2020-05-20 16-42-27.png (305,160) 2020-05-20 16:47
https://issues.openbravo.com/file_download.php?file_id=14509&type=bug
Issue History
2020-05-20 16:47rafarodaNew Issue
2020-05-20 16:47rafarodaAssigned To => Retail
2020-05-20 16:47rafarodaFile Added: Screenshot from 2020-05-20 16-42-27.png
2020-05-20 16:47rafarodaResolution time => 1591308000
2020-05-20 16:47rafarodaTriggers an Emergency Pack => No
2020-05-20 16:47rafarodaTag Attached: NOR
2020-05-20 16:48rafarodaIssue Monitored: rafaroda
2020-05-29 08:56ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2020-06-02 09:28hgbotCheckin
2020-06-02 09:28hgbotNote Added: 0120522
2020-06-02 13:39ranjith_qualiantech_comStatusnew => scheduled
2020-06-02 13:40hgbotCheckin
2020-06-02 13:40hgbotNote Added: 0120544
2020-06-02 13:40ranjith_qualiantech_comStatusscheduled => resolved
2020-06-02 13:40ranjith_qualiantech_comResolutionopen => fixed
2020-06-03 13:33marvintmReview Assigned To => marvintm
2020-06-03 13:33marvintmStatusresolved => closed
2020-06-03 13:33marvintmFixed in Version => RR20Q3

Notes
(0120522)
hgbot   
2020-06-02 09:28   
Repository: erp/pmods/org.openbravo.retail.sessions
Changeset: 6b28e1208c83413eb75666cabfcdf20dbd5409c1
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Jun 02 12:57:58 2020 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.sessions/rev/6b28e1208c83413eb75666cabfcdf20dbd5409c1 [^]

Related to issue-44123 : Approval required if difference amount is more then defined Diff Limit

* When Opening till, approval reason required if difference amount
  is more then defined Initial Count Difference Limit

---
M web/org.openbravo.retail.sessions/js/countcash/countcash.js
---
(0120544)
hgbot   
2020-06-02 13:40   
Repository: tools/automation/pi-mobile
Changeset: fd18826c396100c79fdd5a7d11a167a2f45c1f9e
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Jun 02 17:09:55 2020 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/fd18826c396100c79fdd5a7d11a167a2f45c1f9e [^]

Verifies issue 44123 : Modified Automated Test InitialCountCashupWithLimitConfig

---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/cashupinitialcount/InitialCountCashupWithLimitConfig.java
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/cashupinitialcount/InitialCountCashupWithLimitConfigAndReason.java
---