Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035779Retail ModulesWeb POSpublic2017-04-12 16:432017-05-05 23:07
Sandrahuguet 
Retail 
normalmajorhave not tried
closedfixed 
20Community Appliance
 
RR17Q3 
guilleaer
No
0035779: Error while processing a cash management
Error while processing cash management.
When the cash management event is processed in OBPOS_Paymentcashup_Events.name is concatened the cash management name and the payment method name.
The result of concatenate these two names could be longer that 60.
Log in ERP
-Go to organization window, select vall blanca store.
-Navigate to cash management events and select "Cashier shift (transfer to VBS backoffice)" and replace by "Cashier shift (transfer to VBS backoffice) AAAAAAAAAAAAAAAAA"

Log in WebPOS
-Tap on cash management
-Select cash withdrawal option
-Set an amount and tap on "Cashier shift (transfer to VBS backoffice) AAAAAAAAAAAAAAAAA"
-Process the cash management
-Go to backend
-Open Error while importing pos data window, notice that the following error is shown:

org.openbravo.base.validation.ValidationException: name: Value (Cash - Cashier shift (transfer to VBS backoffice) AAAAAAAAAAAAAAAAA) is too long, it has length 67, the maximum allowed length is 60
No tags attached.
Issue History
2017-04-12 16:43SandrahuguetNew Issue
2017-04-12 16:43SandrahuguetAssigned To => Retail
2017-04-12 16:43SandrahuguetTriggers an Emergency Pack => No
2017-04-12 16:45SandrahuguetSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=15020#r15020
2017-04-24 17:44marvintmResolution time => 1495576800
2017-04-24 17:45marvintmSeverityminor => major
2017-04-25 16:08mario_castelloStatusnew => acknowledged
2017-04-25 17:11mario_castelloStatusacknowledged => scheduled
2017-04-26 22:33hgbotCheckin
2017-04-26 22:33hgbotNote Added: 0096203
2017-04-26 22:33hgbotStatusscheduled => resolved
2017-04-26 22:33hgbotResolutionopen => fixed
2017-04-26 22:33hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2b513d708677fe4804e564a81269fb0b119e654d [^]
2017-04-27 11:06guilleaerReview Assigned To => guilleaer
2017-04-27 11:06guilleaerStatusresolved => closed
2017-04-27 11:06guilleaerFixed in Version => RR17Q1.1
2017-04-27 11:07guilleaerFixed in VersionRR17Q1.1 => RR17Q3
2017-05-05 23:07hgbotCheckin
2017-05-05 23:07hgbotNote Added: 0096429

Notes
(0096203)
hgbot   
2017-04-26 22:33   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2b513d708677fe4804e564a81269fb0b119e654d
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Tue Apr 25 10:06:17 2017 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2b513d708677fe4804e564a81269fb0b119e654d [^]

Fixed issue 0035779: Error while processing a cash management

- Added validation for long description and only accept 60 characters

---
M src/org/openbravo/retail/posterminal/ProcessCashMgmt.java
---
(0096429)
hgbot   
2017-05-05 23:07   
Repository: tools/automation/pi-mobile
Changeset: 01d98d0c401349115edf6b1173196402c9b8dbe7
Author: Mario Castello <mario.castello <at> peoplewalking.com>
Date: Thu Apr 27 10:11:30 2017 -0600
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/01d98d0c401349115edf6b1173196402c9b8dbe7 [^]

Verifies issue 35779: Added automated test 'I35779_CashMgmLongDescription'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashmanagement/I35779_CashMgmLongDescription.java
---