Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029993Retail ModulesQuotationspublic2015-05-25 12:392015-06-17 20:08
malsasua 
malsasua 
immediateminoralways
closedfixed 
20Community Appliance
 
RR15Q3 
marvintm
Production - QA Approved
2015-01-20
RR15Q2
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b75040002025fdf64a35755d47e40e3ac8f27765 [^]
No
0029993: in the sales quotations, creation date is set to 1st of Jan of 1970
in webpos, when a quotation is created, and the navigator is refreshed (clicking in F5), the creation date is set to 1st of Jan of 1970
. login in webpos
. receipt XXX001 is created
. add new line
(no close or paid the recipt)
. in menu, click in "create quotation" option
. quotation Q-XXX001 is created
. add new line
. refresh navigator (click F5)
. delete the first receipt
(quotation Q-XXX001 is displayed)
. complete quotation

Go to backoffice:
. window sales quotation
the creation date of quotation Q-XXX001 is 01/01/1970
No tags attached.
depends on backport 0030008RR15Q2.2 closed malsasua in the sales quotations, creation date is set to 1st of Jan of 1970 
caused by design defect 0028694 closed Orekaria The creationDate is not part of the receipt attributes 
blocks feature request 0029530RR16Q1 closed Retail QA: RR15Q3: Add tests for Mobile applications 
Issue History
2015-05-25 12:39malsasuaNew Issue
2015-05-25 12:39malsasuaAssigned To => Retail
2015-05-25 12:39malsasuaTriggers an Emergency Pack => No
2015-05-25 13:08malsasuaRegression level => Production - QA Approved
2015-05-25 13:08malsasuaRegression date => 2015-01-20
2015-05-25 13:08malsasuaRegression introduced in release => RR15Q2
2015-05-25 13:08malsasuaRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b75040002025fdf64a35755d47e40e3ac8f27765 [^]
2015-05-25 13:11malsasuaNote Added: 0077710
2015-05-25 16:03hgbotCheckin
2015-05-25 16:03hgbotNote Added: 0077714
2015-05-25 16:03hgbotStatusnew => resolved
2015-05-25 16:03hgbotResolutionopen => fixed
2015-05-25 16:03hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c4c38c4a29251e93a829ed72efc57eb28ac586f1 [^]
2015-05-25 18:57dmitry_mezentsevRelationship addedcaused by 0028694
2015-05-26 09:29malsasuaAssigned ToRetail => malsasua
2015-05-26 09:29malsasuaStatusresolved => new
2015-05-26 09:29malsasuaResolutionfixed => open
2015-05-26 09:47malsasuaStatusnew => scheduled
2015-05-26 09:47malsasuaStatusscheduled => resolved
2015-05-26 09:47malsasuaFixed in Version => RR15Q3
2015-05-26 09:47malsasuaResolutionopen => fixed
2015-06-04 17:57marvintmReview Assigned To => marvintm
2015-06-04 17:57marvintmStatusresolved => closed
2015-06-17 17:33OrekariaRelationship addedblocks 0029530
2015-06-17 20:06hgbotCheckin
2015-06-17 20:06hgbotNote Added: 0078352
2015-06-17 20:08hgbotCheckin
2015-06-17 20:08hgbotNote Added: 0078355

Notes
(0077710)
malsasua   
2015-05-25 13:11   
if the change set is undo in a environment and execute the steps, then the creation date is set to null value in the json:

 "created":null,"obposCreatedabsolute":"0NaN-NaN-NaN NaN:NaN:NaN.NaN",
(0077714)
hgbot   
2015-05-25 16:03   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: c4c38c4a29251e93a829ed72efc57eb28ac586f1
Author: Miguel A. Alsasua <miguel.alsasua <at> openbravo.com>
Date: Mon May 25 16:02:19 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/c4c38c4a29251e93a829ed72efc57eb28ac586f1 [^]

fixed issue 29993: prevent to execute new Date(null)

---
M web/org.openbravo.retail.posterminal/js/model/order.js
---
(0078352)
hgbot   
2015-06-17 20:06   
Repository: tools/automation/pi-mobile
Changeset: 1e874673d637cf82f49a64c0b03279cf63fd24e8
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Wed Jun 17 18:09:48 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/1e874673d637cf82f49a64c0b03279cf63fd24e8 [^]

Related to issue 29530, verifies issue 29993: Added the 'I29993_QuotationDateInServer' tests

Related to issue 30008 (backport of issue 29993)

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I29993_QuotationDateInServer.java
---
(0078355)
hgbot   
2015-06-17 20:08   
Repository: tools/automation/pi-mobile
Changeset: 84dd62eb9540243b6419d827a44fe4aa454688fa
Author: Rafa Alonso <ral <at> openbravo.com>
Date: Wed Jun 17 18:09:48 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/84dd62eb9540243b6419d827a44fe4aa454688fa [^]

Related to issue 29530, verifies issue 29993: Added the 'I29993_QuotationDateInServer' tests

Related to issue 30008 (backport of issue 29993)

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/sales/I29993_QuotationDateInServer.java
---