Openbravo Issue Tracking System - Retail Modules
View Issue Details
0038916Retail ModulesWeb POSpublic2018-07-09 13:312018-07-26 10:35
ngarcia 
ranjith_qualiantech_com 
urgentmajoralways
closedfixed 
5
 
RR18Q4 
marvintm
No
0038916: Order goes to Errors While Importing POS Data if it is invoiced and the final description is longer than 255 characters
Order goes to Errors While Importing POS Data if it is invoiced and the final description is longer than 255 characters

When an order is invoiced, the following text is added to its description:

Related to receipt: <documentNo>
In the POS:

   Create a new ticket
   Add a product
   Select Receipt Properties and add a description longer than 240 characters: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
   Select Invoice This Receipt option
   Pay it

In the backend:
   Check a related record is in Errors While Importing POS Data with the following error:

      Error in OrderLoader: description: Value (...Related to receipt: ...) is too long, it has length <>, the maximum allowed length is 255
   
No tags attached.
related to defect 0031303 closed ranjith_qualiantech_com when receipt description is higher of 256 chars, receipt can not be imported 
Issue History
2018-07-09 13:31ngarciaNew Issue
2018-07-09 13:31ngarciaAssigned To => Retail
2018-07-09 13:31ngarciaResolution time => 1532901600
2018-07-09 13:31ngarciaTriggers an Emergency Pack => No
2018-07-09 13:32ngarciaRelationship addeddepends on 0031303
2018-07-09 13:33ngarciaIssue Monitored: networkb
2018-07-09 17:33ngarciaRelationship replacedrelated to 0031303
2018-07-10 13:47ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-07-10 13:47ranjith_qualiantech_comStatusnew => scheduled
2018-07-12 10:52hgbotCheckin
2018-07-12 10:52hgbotNote Added: 0105708
2018-07-12 10:52hgbotStatusscheduled => resolved
2018-07-12 10:52hgbotResolutionopen => fixed
2018-07-12 10:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1bab9f66abebd279418ea0c89d5975c95b46c7e0 [^]
2018-07-26 10:35marvintmReview Assigned To => marvintm
2018-07-26 10:35marvintmStatusresolved => closed
2018-07-26 10:35marvintmFixed in Version => RR18Q4

Notes
(0105708)
hgbot   
2018-07-12 10:52   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1bab9f66abebd279418ea0c89d5975c95b46c7e0
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jul 12 14:21:58 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1bab9f66abebd279418ea0c89d5975c95b46c7e0 [^]

Fixed issue 38916 : Invoice description length is set max of 255 characters includes Order details

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---