Openbravo Issue Tracking System - Retail Modules
View Issue Details
0035002Retail ModulesWeb POSpublic2017-01-18 17:402017-01-25 09:49
guillermogil 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
RR17Q2 
marvintm
No
0035002: Long names in discount creates error on saving an Order
Long names in discount creates error on saving an Order if that discount is applied.
Maximum length is 50.
- Create a variable discount with the maximum length possible
- Login on WebPOS
- Add a product
- Add the discount
- Complete the order
- Go to errors while importing window
Set up the length of the coloumn to 100
No tags attached.
Issue History
2017-01-18 17:40guillermogilNew Issue
2017-01-18 17:40guillermogilAssigned To => Retail
2017-01-18 17:40guillermogilResolution time => 1486508400
2017-01-18 17:40guillermogilTriggers an Emergency Pack => No
2017-01-19 10:26ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-01-19 10:26ranjith_qualiantech_comStatusnew => scheduled
2017-01-23 14:30hgbotCheckin
2017-01-23 14:30hgbotNote Added: 0093783
2017-01-23 14:31hgbotCheckin
2017-01-23 14:31hgbotNote Added: 0093784
2017-01-23 14:31hgbotStatusscheduled => resolved
2017-01-23 14:31hgbotResolutionopen => fixed
2017-01-23 14:31hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts/rev/32852d7d8854b43ce13c737e89a901701428e193 [^]
2017-01-25 09:49marvintmReview Assigned To => marvintm
2017-01-25 09:49marvintmStatusresolved => closed
2017-01-25 09:49marvintmFixed in Version => RR17Q2

Notes
(0093783)
hgbot   
2017-01-23 14:30   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: d65e9e62c4634553c63b8a5298df64dcfaf07d56
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jan 23 18:59:50 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/d65e9e62c4634553c63b8a5298df64dcfaf07d56 [^]

Related to issue 35002: Validate Order Line Discount identifier

* Validate Order Line Discount identifier to maximum length of 100

---
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0093784)
hgbot   
2017-01-23 14:31   
Repository: erp/pmods/org.openbravo.retail.discounts
Changeset: 32852d7d8854b43ce13c737e89a901701428e193
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jan 23 18:59:41 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.discounts/rev/32852d7d8854b43ce13c737e89a901701428e193 [^]

Fixes issue 35002 : Update Column length for Order Line Discount Identifier

* Update column length for Order Line Discount Identifier from 50 to 100

---
M src-db/database/model/modifiedTables/C_ORDERLINE_OFFER.xml
M src-db/database/sourcedata/AD_COLUMN.xml
---