Openbravo Issue Tracking System - Retail Modules
View Issue Details
0039924Retail ModulesWeb POSpublic2019-01-11 08:112019-11-27 19:43
guillermogil 
ranjith_qualiantech_com 
normalmajoralways
closedfixed 
5
 
RR19Q2 
marvintm
No
0039924: em_obpos_createdabsolute is not set if you cancel an order
em_obpos_createdabsolute is not set if you cancel an order although if you do an standard sale it is populated.
- Login on WebPOS
- Create a Layaway and pay it partially
- Load the Layaway
- Cancel it

Check on database that em_obpos_createdabsolute is not populated for the cancelled order.

select created, dateordered, em_obpos_createdabsolute from c_order as c order by created desc limit 10;
Review Cancel layaway and C&R flow
No tags attached.
Issue History
2019-01-11 08:11guillermogilNew Issue
2019-01-11 08:11guillermogilAssigned To => Retail
2019-01-11 08:11guillermogilResolution time => 1548889200
2019-01-11 08:11guillermogilTriggers an Emergency Pack => No
2019-01-11 11:11ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2019-01-11 11:12ranjith_qualiantech_comStatusnew => scheduled
2019-01-17 11:15hgbotCheckin
2019-01-17 11:15hgbotNote Added: 0108992
2019-01-17 11:15hgbotStatusscheduled => resolved
2019-01-17 11:15hgbotResolutionopen => fixed
2019-01-17 11:15hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/df5d960e4193f7747ca22b118922f679a01582cc [^]
2019-02-04 09:06marvintmReview Assigned To => marvintm
2019-02-04 09:06marvintmStatusresolved => closed
2019-02-04 09:06marvintmFixed in Version => RR19Q2
2019-11-27 19:43hgbotCheckin
2019-11-27 19:43hgbotNote Added: 0115906

Notes
(0108992)
hgbot   
2019-01-17 11:15   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: df5d960e4193f7747ca22b118922f679a01582cc
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jan 17 15:45:04 2019 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/df5d960e4193f7747ca22b118922f679a01582cc [^]

Fixed issue 39924 : Added receipt attribute obposCreatedabsolute while cancelling layaway

---
M web/org.openbravo.retail.posterminal/js/pointofsale/model/pointofsale-model.js
---
(0115906)
hgbot   
2019-11-27 19:43   
Repository: tools/automation/pi-mobile
Changeset: 93bed0a21a1d5c159cfc6a2bebf24dcea942a11b
Author: Fidel <fidel.campos <at> doceleguas.com>
Date: Thu Nov 21 11:48:52 2019 -0500
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/93bed0a21a1d5c159cfc6a2bebf24dcea942a11b [^]

Related to issue 39924: Added automated test I39924_VerifyEm_Obpos_CreatedabsoluteNotSetWhenCancelOrder

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