Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0039390 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
backport | [Retail Modules] Cash up | major | always | 2018-08-27 13:56 | 2018-10-18 13:04 | |||
Reporter | Leyre | View Status | public | |||||
Assigned To | gorka_gil | |||||||
Priority | immediate | Resolution | fixed | Fixed in Version | RR18Q2.4 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 49068666f0d0 | ||||
Projection | none | ETA | none | Target Version | RR18Q2.4 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Review Assigned To | marvintm | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0039390: Incorrect grouping by ad_user_id in SQL of insert invoice headers in cash-up process | |||||||
Description | There is a difference in the grouping of insert invoice headers and insert invoice lines during the cash-up process. | |||||||
Steps To Reproduce | OrderGroupingProcessor_data.xsql: The SQL of insert invoice header( grouping orders and no grouping orders), it is grouped by ad_user_id, unlike the SQL of insert invoice lines. It may be caused by https://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/4effbcf40012566124172b75b2fc0a9c5ed6a893 [^] | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0107335) gorka_gil (administrator) 2018-10-16 13:56 |
Repository: retail/backports/3.0RR18Q2.4/org.openbravo.retail.posterminal Changeset: 49068666f0d01cddefc97e52047e41f1cc461920 Author: Gorka Gil <gorka.gil <at> openbravo.com> Date: Mon Sep 03 13:29:05 2018 +0200 URL: http://code.openbravo.com/retail/backports/3.0RR18Q2.4/org.openbravo.retail.posterminal/rev/49068666f0d01cddefc97e52047e41f1cc461920 [^] Fixes issue 39190 : fix the grouping for invoices generated in cashup process Add ad_user_id to the grouping in missing sqls. Add condition that ad_user of the invoice and the order is the same. If ad_user null, used coalesce to set to '1', for compare since nulls can not be compared. Note: Used '1' instead '', because oracle consired '' like a null and con not be compared neither. --- M src/org/openbravo/retail/posterminal/OrderGroupingProcessor_data.xsql --- |
Issue History | |||
Date Modified | Username | Field | Change |
2018-10-02 13:28 | marvintm | Type | defect => backport |
2018-10-02 13:28 | marvintm | Target Version | => RR18Q2.4 |
2018-10-16 13:56 | gorka_gil | Note Added: 0107335 | |
2018-10-16 13:59 | gorka_gil | Fixed in SCM revision | http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/6887f3de710760293d267067bc0039daa2669299 [^] => https://code.openbravo.com/retail/backports/3.0RR18Q2.4/org.openbravo.retail.posterminal/rev/49068666f0d01cddefc97e52047e41f1cc461920 [^] |
2018-10-16 14:00 | gorka_gil | Status | scheduled => resolved |
2018-10-16 14:00 | gorka_gil | Resolution | open => fixed |
2018-10-18 13:04 | marvintm | Status | resolved => closed |
2018-10-18 13:04 | marvintm | Fixed in Version | => RR18Q2.4 |
Copyright © 2000 - 2009 MantisBT Group |