Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037873Retail ModulesWeb POSpublic2018-02-09 15:062018-02-13 19:39
malsasua 
ranjith_qualiantech_com 
immediatemajoralways
closedfixed 
5
 
RR18Q2 
marvintm
Production - QA Approved
2017-07-04
RR17Q4
https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8e04e7615f772b1de03f344fa01c920932dd08ab [^]
No
0037873: when a invoice is created from POS, the date account is set with hours, mins and secs
when a invoice is created from POS (by cashup or directly), the dateaccount is set with hours, minutes and secconds, and it should be a truncated date.

For example, the current date is "09/02/2018 14:25:17", and it should be "09/02/2018 00:00:00"

Also, date invoice should be a truncated date, but it is happening from a long time, previous to 17Q1

POS:
. new receipt with the option "invoice this receipt"
. complete it

Database:
. the c_invoice.dateacct created is set with HH:MM:SS

POS:
. new receipt without the option "invioce this receipt"
. do cashup

Database:
. the c_invoice.dateacct created is set with HH:MM:SS
No tags attached.
depends on backport 0037886RR18Q1 closed Retail when a invoice is created from POS, the date account is set with hours, mins and secs 
depends on backport 0037887RR17Q4.1 closed Retail when a invoice is created from POS, the date account is set with hours, mins and secs 
caused by defect 0036367 closed ranjith_qualiantech_com When a layaway is paid, the accounting and creation date is the order date and it should be when the order is paid completely 
Issue History
2018-02-09 15:06malsasuaNew Issue
2018-02-09 15:06malsasuaAssigned To => Retail
2018-02-09 15:06malsasuaResolution time => 1518562800
2018-02-09 15:06malsasuaRegression introduced in release => RR17Q4
2018-02-09 15:06malsasuaTriggers an Emergency Pack => No
2018-02-12 14:05ranjith_qualiantech_comRelationship addedcaused by 0036367
2018-02-12 14:06ranjith_qualiantech_comRegression level => Production - QA Approved
2018-02-12 14:06ranjith_qualiantech_comRegression date => 2017-07-04
2018-02-12 14:06ranjith_qualiantech_comRegression introduced by commit => https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/8e04e7615f772b1de03f344fa01c920932dd08ab [^]
2018-02-12 14:08marvintmStatusnew => scheduled
2018-02-12 14:09ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2018-02-13 07:21hgbotCheckin
2018-02-13 07:21hgbotNote Added: 0102340
2018-02-13 07:21hgbotStatusscheduled => resolved
2018-02-13 07:21hgbotResolutionopen => fixed
2018-02-13 07:21hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f760497d9332e124ffd1c70fa541335278f05822 [^]
2018-02-13 07:21hgbotCheckin
2018-02-13 07:21hgbotNote Added: 0102341
2018-02-13 19:39marvintmReview Assigned To => marvintm
2018-02-13 19:39marvintmStatusresolved => closed
2018-02-13 19:39marvintmFixed in Version => RR18Q2

Notes
(0102340)
hgbot   
2018-02-13 07:21   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: f760497d9332e124ffd1c70fa541335278f05822
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 13 11:51:08 2018 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/f760497d9332e124ffd1c70fa541335278f05822 [^]

Fixed issue 37873 : Invoices should be created without time in accounting date and invoice date fields

* Time should be truncated fom Date while creating invoice through cashup or receipt

---
M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java
M src/org/openbravo/retail/posterminal/OrderGroupingProcessor_data.xsql
M src/org/openbravo/retail/posterminal/OrderLoader.java
---
(0102341)
hgbot   
2018-02-13 07:21   
Repository: tools/automation/pi-mobile
Changeset: b9118cca7463ffa49e058c5ff1cd241536842184
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Tue Feb 13 11:51:16 2018 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/b9118cca7463ffa49e058c5ff1cd241536842184 [^]

Verifies issue 37873 : Added automated test 'I37873_VerfiyInvoiceDate'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/receipts/I37873_VerfiyInvoiceDate.java
---