Openbravo Issue Tracking System - POS2
View Issue Details
0052401POS2POSpublic2023-05-09 15:272023-05-09 15:27
migueldejuana 
Retail 
normaltrivialalways
newopen 
5
 
 
No
0052401: Cash Management description is truncated to 60 but we could use 255
In https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/blob/master/src/org/openbravo/retail/posterminal/ProcessCashMgmt.java#L75 [^] we are truncating description to 60. Then, we are saving that value in 3 places and in 2 different entities, OBPOSPaymentcashupEvents(length--> 60) and FIN_FinaccTransaction(length--> 255).
We could save more length of the description in FIN_FinaccTransaction
Create a Cash management in POS2 and add the maximum length description
Do the corresponding substring in each use of description (3 places). We create one OBPOSPaymentcashupEvents(length--> 60) and two FIN_FinaccTransaction(length--> 255).
No tags attached.
Issue History
2023-05-09 15:27migueldejuanaNew Issue
2023-05-09 15:27migueldejuanaAssigned To => Retail
2023-05-09 15:27migueldejuanaTriggers an Emergency Pack => No

There are no notes attached to this issue.