Openbravo Issue Tracking System - Retail Modules
View Issue Details
0033612Retail ModulesWeb POSpublic2015-10-02 13:142016-08-04 12:00
Asantos9 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR16Q3 
marvintm
No
0033612: 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 => RR16Q3
2016-08-03 16:11hgbotCheckin
2016-08-03 16:11hgbotNote Added: 0088805
2016-08-03 16:11hgbotStatusscheduled => resolved
2016-08-03 16:11hgbotResolutionopen => fixed
2016-08-03 16:11hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/02a9af8cb2d5d46b58bef264870980b1cae7ef0f [^] => http://code.openbravo.com/retail/backports/3.0RR16Q3/org.openbravo.retail.posterminal/rev/f38f70e2fc5a0407188bdc8b156b2f4c02570638 [^]
2016-08-04 12:00marvintmStatusresolved => closed

Notes
(0088805)
hgbot   
2016-08-03 16:11   
Repository: retail/backports/3.0RR16Q3/org.openbravo.retail.posterminal
Changeset: f38f70e2fc5a0407188bdc8b156b2f4c02570638
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Wed Aug 03 19:35:55 2016 +0530
URL: http://code.openbravo.com/retail/backports/3.0RR16Q3/org.openbravo.retail.posterminal/rev/f38f70e2fc5a0407188bdc8b156b2f4c02570638 [^]

Fixes issue 33612 : 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
---