Openbravo Issue Tracking System - Openbravo ERP | |||||||||||||||||||||||||||||||||||||||||||||||
View Issue Details | |||||||||||||||||||||||||||||||||||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||||||||||||||||||||||||||||||||||
0035341 | Openbravo ERP | 07. Sales management | public | 2017-02-22 15:52 | 2017-03-15 20:22 | ||||||||||||||||||||||||||||||||||||||||||
Reporter | JONHM | ||||||||||||||||||||||||||||||||||||||||||||||
Assigned To | mcobas | ||||||||||||||||||||||||||||||||||||||||||||||
Priority | immediate | Severity | major | Reproducibility | always | ||||||||||||||||||||||||||||||||||||||||||
Status | closed | Resolution | fixed | ||||||||||||||||||||||||||||||||||||||||||||
Platform | OS | 5 | OS Version | ||||||||||||||||||||||||||||||||||||||||||||
Product Version | |||||||||||||||||||||||||||||||||||||||||||||||
Target Version | Fixed in Version | 3.0PR17Q2 | |||||||||||||||||||||||||||||||||||||||||||||
Merge Request Status | |||||||||||||||||||||||||||||||||||||||||||||||
Review Assigned To | markmm82 | ||||||||||||||||||||||||||||||||||||||||||||||
OBNetwork customer | OBPS | ||||||||||||||||||||||||||||||||||||||||||||||
Web browser | |||||||||||||||||||||||||||||||||||||||||||||||
Modules | Core | ||||||||||||||||||||||||||||||||||||||||||||||
Support ticket | 45522 | ||||||||||||||||||||||||||||||||||||||||||||||
Regression level | Packaging and release | ||||||||||||||||||||||||||||||||||||||||||||||
Regression date | 2016-12-02 | ||||||||||||||||||||||||||||||||||||||||||||||
Regression introduced in release | main | ||||||||||||||||||||||||||||||||||||||||||||||
Regression introduced by commit | http://code.openbravo.com/erp/devel/pi/rev/daca5e5e260e [^] | ||||||||||||||||||||||||||||||||||||||||||||||
Triggers an Emergency Pack | No | ||||||||||||||||||||||||||||||||||||||||||||||
Summary | 0035341: Wrong orders shown in "Create Invoices From Orders" window | ||||||||||||||||||||||||||||||||||||||||||||||
Description | Wrong orders shown in "Create Invoices From Orders" window when an order is of type 'POS Order'. Those orders are invoiced by the cashup and must not be returned by this process. Before the update on the view c_invoice_candidate_v those orders were not shown. | ||||||||||||||||||||||||||||||||||||||||||||||
Steps To Reproduce | 1) Create a new Sales Order: - Transaction Document: POS Order - Business Partner: Alimentos y Supermercados - Invoice Terms: Immediate 1.1) Create a new line for the Sales Order (Cerveza ale 0'5L) 1.2) Book the Sales Order 2) Open it's Inovice (Open the 'cerveza ale' record in form mode and select Linked items/Sales Invoice - Lines and open the invoice) 2.1) Reactivate the invoice and delete a line. 2.3) Then complete the invoice (Complete button) 3) Open the window [Create Invoices From Orders] --> You can see the POS Order there | ||||||||||||||||||||||||||||||||||||||||||||||
Proposed Solution | The part of the c_invoice_candidate_v query ... AND dt.docbasetype = 'SOO' AND ( dt.docsubtypeso <> 'ON' OR dt.docsubtypeso <> 'OB' OR dt.docsubtypeso <> 'WR' ) ... must be replaced for ... AND dt.docbasetype = 'SOO' AND ( dt.docsubtypeso <> 'ON' AND dt.docsubtypeso <> 'OB' AND dt.docsubtypeso <> 'WR' ) ... to behave the same as before | ||||||||||||||||||||||||||||||||||||||||||||||
Additional Information | |||||||||||||||||||||||||||||||||||||||||||||||
Tags | No tags attached. | ||||||||||||||||||||||||||||||||||||||||||||||
Relationships |
| ||||||||||||||||||||||||||||||||||||||||||||||
Attached Files | |||||||||||||||||||||||||||||||||||||||||||||||
Issue History | |||||||||||||||||||||||||||||||||||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-22 15:52 | JONHM | New Issue | |||||||||||||||||||||||||||||||||||||||||||||
2017-02-22 15:52 | JONHM | Assigned To | => Triage Finance | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-22 15:52 | JONHM | OBNetwork customer | => Yes | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-22 15:52 | JONHM | Modules | => Core | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-22 15:52 | JONHM | Support ticket | => 45522 | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-22 15:52 | JONHM | Regression date | => 2017-03-12 | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-22 15:52 | JONHM | Triggers an Emergency Pack | => No | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-22 16:02 | JONHM | Regression level | => QA functional test | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-22 16:08 | JONHM | Reproducibility | have not tried => always | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-22 16:37 | Practics | Issue Monitored: Practics | |||||||||||||||||||||||||||||||||||||||||||||
2017-02-22 16:39 | heccam | Issue Monitored: heccam | |||||||||||||||||||||||||||||||||||||||||||||
2017-02-22 17:18 | markmm82 | Assigned To | Triage Finance => collazoandy4 | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-23 10:25 | aferraz | Relationship added | related to 0034205 | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-27 12:44 | maite | Resolution time | => 1489273200 | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-27 12:44 | maite | Regression level | QA functional test => | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-27 12:44 | maite | Regression date | 2017-03-12 => | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-27 13:38 | vmromanos | Note Added: 0094638 | |||||||||||||||||||||||||||||||||||||||||||||
2017-02-27 13:45 | vmromanos | Note Edited: 0094638 | bug_revision_view_page.php?bugnote_id=0094638#r14683 | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-27 17:18 | markmm82 | Relationship deleted | related to 0034205 | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-27 17:18 | markmm82 | Relationship added | caused by 0034205 | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-27 17:24 | markmm82 | Regression date | => 2016-12-02 | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-27 17:24 | markmm82 | Regression introduced by commit | => http://code.openbravo.com/erp/devel/pi/rev/daca5e5e260e [^] | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-27 19:14 | markmm82 | Regression level | => Pre packaging ( pi ) | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-27 19:14 | markmm82 | Regression introduced in release | => pi | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-27 19:15 | markmm82 | Status | new => scheduled | ||||||||||||||||||||||||||||||||||||||||||||
2017-02-28 20:27 | markmm82 | Note Added: 0094667 | |||||||||||||||||||||||||||||||||||||||||||||
2017-03-01 10:28 | aferraz | Relationship added | related to 0035393 | ||||||||||||||||||||||||||||||||||||||||||||
2017-03-09 11:29 | aferraz | Regression level | Pre packaging ( pi ) => Packaging and release | ||||||||||||||||||||||||||||||||||||||||||||
2017-03-09 11:29 | aferraz | Regression introduced in release | pi => main | ||||||||||||||||||||||||||||||||||||||||||||
2017-03-09 12:34 | vmromanos | Relationship added | depends on 0029492 | ||||||||||||||||||||||||||||||||||||||||||||
2017-03-09 12:53 | alostale | Relationship added | related to 0035467 | ||||||||||||||||||||||||||||||||||||||||||||
2017-03-12 16:39 | markmm82 | Assigned To | collazoandy4 => mcobas | ||||||||||||||||||||||||||||||||||||||||||||
2017-03-12 16:58 | hgbot | Checkin | |||||||||||||||||||||||||||||||||||||||||||||
2017-03-12 16:58 | hgbot | Note Added: 0094961 | |||||||||||||||||||||||||||||||||||||||||||||
2017-03-12 16:58 | hgbot | Status | scheduled => resolved | ||||||||||||||||||||||||||||||||||||||||||||
2017-03-12 16:58 | hgbot | Resolution | open => fixed | ||||||||||||||||||||||||||||||||||||||||||||
2017-03-12 16:58 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/9df1ba7871bb6ef8d170452f94134d77edc06ba8 [^] | ||||||||||||||||||||||||||||||||||||||||||||
2017-03-12 16:59 | markmm82 | Review Assigned To | => markmm82 | ||||||||||||||||||||||||||||||||||||||||||||
2017-03-12 16:59 | markmm82 | Note Added: 0094963 | |||||||||||||||||||||||||||||||||||||||||||||
2017-03-12 16:59 | markmm82 | Status | resolved => closed | ||||||||||||||||||||||||||||||||||||||||||||
2017-03-12 16:59 | markmm82 | Fixed in Version | => 3.0PR17Q2 | ||||||||||||||||||||||||||||||||||||||||||||
2017-03-15 20:22 | hudsonbot | Checkin | |||||||||||||||||||||||||||||||||||||||||||||
2017-03-15 20:22 | hudsonbot | Note Added: 0095291 | |||||||||||||||||||||||||||||||||||||||||||||
2017-04-12 14:04 | ngarcia | Relationship added | causes 0035772 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|