Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0052401
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[POS2] POStrivialalways2023-05-09 15:272023-05-09 15:27
ReportermigueldejuanaView Statuspublic 
Assigned ToRetail 
PrioritynormalResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0052401: Cash Management description is truncated to 60 but we could use 255

DescriptionIn 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
Steps To ReproduceCreate a Cash management in POS2 and add the maximum length description
Proposed SolutionDo the corresponding substring in each use of description (3 places). We create one OBPOSPaymentcashupEvents(length--> 60) and two FIN_FinaccTransaction(length--> 255).
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2023-05-09 15:27 migueldejuana New Issue
2023-05-09 15:27 migueldejuana Assigned To => Retail
2023-05-09 15:27 migueldejuana Triggers an Emergency Pack => No


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker