Openbravo Issue Tracking System - Retail Modules
View Issue Details
0031030Retail ModulesWeb POSpublic2015-10-02 13:142016-08-03 14:06
Asantos9 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR16Q4 
marvintm
No
0031030: 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.
depends on backport 0033612RR16Q3 closed ranjith_qualiantech_com Get a layaway that was created by a BP with a different pricelist 
depends on backport 0033613RR16Q2.2 closed ranjith_qualiantech_com Get a layaway that was created by a BP with a different pricelist 
patch SampledataTerminalsSVBS.patch (68,731) 2015-10-02 13:14
https://issues.openbravo.com/file_download.php?file_id=8514&type=bug
Issue History
2015-10-02 13:14Asantos9New Issue
2015-10-02 13:14Asantos9Assigned To => Retail
2015-10-02 13:14Asantos9File Added: SampledataTerminalsSVBS.patch
2015-10-02 13:14Asantos9Triggers an Emergency Pack => No
2015-10-02 13:21OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=9587#r9587
2016-03-29 11:35ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2016-03-29 11:35ranjith_qualiantech_comStatusnew => scheduled
2016-07-02 07:46hgbotCheckin
2016-07-02 07:46hgbotNote Added: 0088160
2016-07-02 07:46hgbotStatusscheduled => resolved
2016-07-02 07:46hgbotResolutionopen => fixed
2016-07-02 07:46hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/02a9af8cb2d5d46b58bef264870980b1cae7ef0f [^]
2016-07-02 07:47hgbotCheckin
2016-07-02 07:47hgbotNote Added: 0088161
2016-07-15 15:19marvintmReview Assigned To => marvintm
2016-07-15 15:19marvintmStatusresolved => closed
2016-08-03 14:06OrekariaStatusclosed => new
2016-08-03 14:06OrekariaResolutionfixed => open
2016-08-03 14:06OrekariaStatusnew => scheduled
2016-08-03 14:06OrekariaStatusscheduled => resolved
2016-08-03 14:06OrekariaFixed in Version => RR16Q4
2016-08-03 14:06OrekariaResolutionopen => fixed
2016-08-03 14:06OrekariaStatusresolved => closed

Notes
(0088160)
hgbot   
2016-07-02 07:46   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 02a9af8cb2d5d46b58bef264870980b1cae7ef0f
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Sat Jul 02 11:16:16 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/02a9af8cb2d5d46b58bef264870980b1cae7ef0f [^]

Fixes issue 31030 : 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
---
(0088161)
hgbot   
2016-07-02 07:47   
Repository: tools/automation/pi-mobile
Changeset: 41cbf83464f9348f02e72a1756d62eafa666386c
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Sat Jul 02 11:15:18 2016 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/41cbf83464f9348f02e72a1756d62eafa666386c [^]

Verifies issue 31030 : Added automated test 'I31030_VerifyLayawayOnMultiPriceList'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/layaway/I31030_VerifyLayawayOnMultiPriceList.java
---