Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035868Retail ModulesWeb POSpublic2017-04-27 15:492017-04-27 15:49
plujan 
Retail 
normalminorhave not tried
newopen 
5
main 
 
No
0035868: [RR17Q2] Wrong information shown in Errors While Importing POS Data window
If a ticket's line has a description too long, 3k chars, the error in the Errors while importing window will say:

Caused by: org.openbravo.base.validation.ValidationException: description: Value ( "
<text truncated for reporting>
" ) is too long, it has length 3011, the maximum allowed length is 2000

So, when the JSON is fixed to have 1.5k chars, saving the data will throw a new error:

Caused by: org.openbravo.base.validation.ValidationException: description: Value ( "
<text truncated for reporting>
" ) is too long, it has length 1545, the maximum allowed length is 255

Only when the text is shorter than 255 chars the record can be saved.
As stated in the description
No tags attached.
related to defect 0036896 closed ranjith_qualiantech_com Order goes to Errors While Importing POS Data if the line description is longer than 255 characters 
Issue History
2017-04-27 15:49plujanNew Issue
2017-04-27 15:49plujanAssigned To => Retail
2017-04-27 15:49plujanTriggers an Emergency Pack => No
2017-09-19 17:25ngarciaRelationship addedrelated to 0036896

There are no notes attached to this issue.