Openbravo Issue Tracking System - POS2
View Issue Details
0056606POS2POSpublic2024-09-12 13:152024-10-08 14:42
malsasua 
Rajesh_18 
highmajoralways
closedfixed 
5
 
24Q2.4 
No
0056606: EWI: Location.addressLine1: Value too long. Length 81, maximum allowed 60
Using CRM Connector, when a new BP is created with address line1 length higher than 60, and Invoice is created, a new EWI is generated:
Location.addressLine1: Value too long. Length 81, maximum allowed 60
. using external CRM Connector:
. in POS:
- new BP & new Address: Address Line1 length higher than 60 chars
- new Order using the previous BP
- add one item
- menu (three points) -> issue invoice
- complete the ticket

EWI:
Location.addressLine1: Value too long. Length 81, maximum allowed 60
Update length to 255 of addres1 and address2
Update Openbravo CRM dataset to support 255 instead of 60
No tags attached.
blocks defect 0056439 closed Rajesh_18 EWI: Location.addressLine1: Value too long. Length 81, maximum allowed 60 
Issue History
2024-10-01 13:06marvintmTypedefect => backport
2024-10-01 13:06marvintmTarget Version => 24Q2.4
2024-10-03 07:50hgbotNote Added: 0169911
2024-10-03 07:51hgbotNote Added: 0169912
2024-10-03 16:49hgbotResolutionopen => fixed
2024-10-03 16:49hgbotStatusscheduled => closed
2024-10-03 16:49hgbotNote Added: 0169969
2024-10-03 16:49hgbotFixed in Version => PR24Q2.4
2024-10-03 16:49hgbotNote Added: 0169970
2024-10-03 16:50hgbotNote Added: 0169971
2024-10-03 16:50hgbotNote Added: 0169972
2024-10-08 14:41hgbotNote Added: 0170117
2024-10-08 14:42hgbotNote Added: 0170118

Notes
(0169911)
hgbot   
2024-10-03 07:50   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1369 [^]
(0169912)
hgbot   
2024-10-03 07:51   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2958 [^]
(0169969)
hgbot   
2024-10-03 16:49   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1369 [^]
(0169970)
hgbot   
2024-10-03 16:49   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 4d5d9f7d4325d5d3ca39ae8b5da080da1f38b604
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 03-10-2024 05:52:08
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/4d5d9f7d4325d5d3ca39ae8b5da080da1f38b604 [^]

Fixed ISSUE-56606: Changed length of address from 60 to 255

---
M src-db/database/model/tables/C_LOCATION.xml
---
(0169971)
hgbot   
2024-10-03 16:50   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: c762f86af257949b82d85aa802199eb0f6bb321e
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 03-10-2024 05:51:54
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/c762f86af257949b82d85aa802199eb0f6bb321e [^]

Related to ISSUE-56606: Changed length of address from 60 to 255

---
M referencedata/standard/CRM_Connector_for_Openbravo_Customers.xml
---
(0169972)
hgbot   
2024-10-03 16:50   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/merge_requests/2958 [^]
(0170117)
hgbot   
2024-10-08 14:41   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: ed4ae6a1e19e836ece7fb9db162022931029ae82
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 08-10-2024 18:10:54
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/ed4ae6a1e19e836ece7fb9db162022931029ae82 [^]

Revert "Fixed ISSUE-56606: Changed length of address from 60 to 255"

This reverts commit 4d5d9f7d4325d5d3ca39ae8b5da080da1f38b604.

---
M src-db/database/model/tables/C_LOCATION.xml
---
(0170118)
hgbot   
2024-10-08 14:42   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2 [^]
Changeset: 8cbffb2cdbae33b427b1727fbccba1f5b11eb2b0
Author: Rajesh Senthilkumar <rajesh@qualiantech.com>
Date: 08-10-2024 18:11:49
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.pos2/-/commit/8cbffb2cdbae33b427b1727fbccba1f5b11eb2b0 [^]

Revert "Related to ISSUE-56606: Changed length of address from 60 to 255"

This reverts commit c762f86af257949b82d85aa802199eb0f6bb321e.

---
M referencedata/standard/CRM_Connector_for_Openbravo_Customers.xml
---