Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | ||||||||||||
| 0052401 | ||||||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| design defect | [POS2] POS | trivial | always | 2023-05-09 15:27 | 2025-01-29 08:50 | |||||||
| Reporter | migueldejuana | View Status | public | |||||||||
| Assigned To | Retail | |||||||||||
| Priority | normal | Resolution | open | Fixed in Version | ||||||||
| Status | new | Fix in branch | Fixed in SCM revision | |||||||||
| Projection | none | ETA | none | Target Version | ||||||||
| OS | Any | Database | Any | Java version | ||||||||
| OS Version | Database version | Ant version | ||||||||||
| Product Version | SCM revision | |||||||||||
| Merge Request Status | ||||||||||||
| Review Assigned To | ||||||||||||
| OBNetwork customer | No | |||||||||||
| Support ticket | ||||||||||||
| Regression level | ||||||||||||
| Regression date | ||||||||||||
| Regression introduced in release | ||||||||||||
| Regression introduced by commit | ||||||||||||
| Triggers an Emergency Pack | No | |||||||||||
| Summary | 0052401: Cash Management description is truncated to 60 but we could use 255 | |||||||||||
| Description | 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 | |||||||||||
| Steps To Reproduce | Create a Cash management in POS2 and add the maximum length description | |||||||||||
| Proposed Solution | Do the corresponding substring in each use of description (3 places). We create one OBPOSPaymentcashupEvents(length--> 60) and two FIN_FinaccTransaction(length--> 255). | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|
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 | OBNetwork customer | => No |
| 2023-05-09 15:27 | migueldejuana | Triggers an Emergency Pack | => No |
| 2025-01-29 08:50 | guillermogil | Type | defect => design defect |
| Copyright © 2000 - 2009 MantisBT Group |