Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033613Retail ModulesWeb POSpublic2015-10-02 13:142016-08-18 13:53
Asantos9 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR16Q2.2RR16Q2.2 
marvintm
No
0033613: Get a layaway that was created by a BP with a different pricelist
When you try to get a layaway previously created, an error appears with "The creationDate cannot be null"
- Import SampledataTerminalsSVBS.patch and install.source or use the MPL1 terminal present since RR15Q4
- Log into ERP
- Go to Price List window and create a new record with 'Sales Price List' and 'Price include tax' checked
- Go to subtab Price List Version and create a new record with 'The White Valley Group Price List Schema' value in the 'Price List Schema' field
- Press 'Create Price List'
- Go to Bussines Partner window
- Select Mara Palliot
- Go to Customer subtab and change Price List field with the Price List previously created
- Log into Web POS with SVBS1 terminal
- Select BP "Mara Palliot"
- Create a layaway
- Get the layaway
- An error appear that says "The creationDate cannot be null"
No tags attached.
blocks defect 0031030 closed ranjith_qualiantech_com Get a layaway that was created by a BP with a different pricelist 
Issue History
2016-08-03 14:06OrekariaTypedefect => backport
2016-08-03 14:06OrekariaTarget Version => RR16Q2.2
2016-08-03 16:06hgbotCheckin
2016-08-03 16:06hgbotNote Added: 0088804
2016-08-03 16:06hgbotStatusscheduled => resolved
2016-08-03 16:06hgbotResolutionopen => fixed
2016-08-03 16:06hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/02a9af8cb2d5d46b58bef264870980b1cae7ef0f [^] => http://code.openbravo.com/retail/backports/3.0RR16Q2.2/org.openbravo.retail.posterminal/rev/da312e9bae927e9b45d8b013a121bcceef0aa88d [^]
2016-08-18 13:53guilleaerStatusresolved => closed
2016-08-18 13:53guilleaerFixed in Version => RR16Q2.2

Notes
(0088804)
hgbot   
2016-08-03 16:06   
Repository: retail/backports/3.0RR16Q2.2/org.openbravo.retail.posterminal
Changeset: da312e9bae927e9b45d8b013a121bcceef0aa88d
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Aug 03 18:26:58 2016 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR16Q2.2/org.openbravo.retail.posterminal/rev/da312e9bae927e9b45d8b013a121bcceef0aa88d [^]

Fixes issue 33613 : Order details removed "creationDate" validation

- For Paid receipt & layaway, creationDate will not be null. So old validation has been removed
- Created common fn for hook & removed duplicated one

---
M web/org.openbravo.retail.posterminal/js/components/orderdetails.js
---