Openbravo Issue Tracking System - Retail Modules
View Issue Details
0036468Retail ModulesWeb POSpublic2017-07-11 17:392017-07-26 10:38
jonibc 
ranjith_qualiantech_com 
highmajoralways
closedfixed 
5
 
 
migueldejuana
No
0036468: [SERQA 3100] User is not set for Invoices created in Cashup process
When a Cashup is closed, invoices are created to close some orders.
This invoices does not have the contact associated to the invoice.
Login in WebPOS:
1- Create a layaway, pay it partially.
2- Cancel the layaway. The order does not have an invoice related.
3- Run cashup process through the lateral menu.
4- An invoice has been created for the canceled order, but user contact information is not filled.
Insert the ad_user_id related to the business partner when a invoice header is generated through the cashup process.
No tags attached.
causes defect 0039191 closed gorka_gil Incorrect grouping by ad_user_id in SQL of insert invoice headers in cash-up process 
Issue History
2017-07-11 17:39jonibcNew Issue
2017-07-11 17:39jonibcAssigned To => Retail
2017-07-11 17:39jonibcResolution time => 1501020000
2017-07-11 17:39jonibcTriggers an Emergency Pack => No
2017-07-12 09:10jonibcIssue Monitored: jonibc
2017-07-12 11:34ranjith_qualiantech_comAssigned ToRetail => ranjith_qualiantech_com
2017-07-12 11:34ranjith_qualiantech_comStatusnew => scheduled
2017-07-13 10:44hgbotCheckin
2017-07-13 10:44hgbotNote Added: 0098059
2017-07-13 10:44hgbotStatusscheduled => resolved
2017-07-13 10:44hgbotResolutionopen => fixed
2017-07-13 10:44hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b14aabad5269727b208f21560fcacab43293e680 [^]
2017-07-13 10:45hgbotCheckin
2017-07-13 10:45hgbotNote Added: 0098060
2017-07-20 13:58ranjith_qualiantech_comNote Added: 0098152
2017-07-20 13:58ranjith_qualiantech_comStatusresolved => new
2017-07-20 13:58ranjith_qualiantech_comResolutionfixed => open
2017-07-20 13:58ranjith_qualiantech_comStatusnew => scheduled
2017-07-24 06:15hgbotCheckin
2017-07-24 06:15hgbotNote Added: 0098191
2017-07-24 06:15hgbotStatusscheduled => resolved
2017-07-24 06:15hgbotResolutionopen => fixed
2017-07-24 06:15hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b14aabad5269727b208f21560fcacab43293e680 [^] => http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4effbcf40012566124172b75b2fc0a9c5ed6a893 [^]
2017-07-26 10:38migueldejuanaReview Assigned To => migueldejuana
2017-07-26 10:38migueldejuanaNote Added: 0098219
2017-07-26 10:38migueldejuanaStatusresolved => closed
2018-08-28 08:09ranjith_qualiantech_comRelationship addedcauses 0039191

Notes
(0098059)
hgbot   
2017-07-13 10:44   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: b14aabad5269727b208f21560fcacab43293e680
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jul 13 14:13:44 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/b14aabad5269727b208f21560fcacab43293e680 [^]

Fixes issue 36468 : Updated Customer Contact to Invoice contact details

* When invoice created from cashup, Order User contact should be updated with invoice user contact.

---
M src/org/openbravo/retail/posterminal/OrderGroupingProcessor_data.xsql
---
(0098060)
hgbot   
2017-07-13 10:45   
Repository: tools/automation/pi-mobile
Changeset: 80f4645b735f273ad4712025cc4cc7e8e0fda59c
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Thu Jul 13 14:13:09 2017 +0530
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/80f4645b735f273ad4712025cc4cc7e8e0fda59c [^]

Verifies issue 36468 : Added automated test 'I36468_VerifyCashupInvoiceUser'

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/cashup/I36468_VerifyCashupInvoiceUser.java
---
(0098152)
ranjith_qualiantech_com   
2017-07-20 13:58   
In changeset, to get user contact from order, max condition of user in invoice creation needs to be removed
(0098191)
hgbot   
2017-07-24 06:15   
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 4effbcf40012566124172b75b2fc0a9c5ed6a893
Author: Ranjith S R <ranjith <at> qualiantech.com>
Date: Mon Jul 24 09:43:45 2017 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4effbcf40012566124172b75b2fc0a9c5ed6a893 [^]

Fixes issue 36468 : Updated Customer Contact to Invoice contact details

* Removed unwanted max condition to get order user id

---
M src/org/openbravo/retail/posterminal/OrderGroupingProcessor_data.xsql
---
(0098219)
migueldejuana   
2017-07-26 10:38   
Tested and reviewed