Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015640 | Openbravo ERP | 03. Procurement management | public | 2011-01-13 12:33 | 2011-02-25 12:30 |
|
Reporter | xabiermerino | |
Assigned To | adrianromero | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | suspended | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP25 | |
Target Version | 2.50MP27 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0015640: you are able to add a discount in an order completed |
Description | you are able to add a discount in an order completed, but are not able to delete it. |
Steps To Reproduce | -As Openbravo Admin go to Procurement Management || Transactions || Purchase Order
-Create a new order and complete it
-go to Header >> Discounts
- Create a new record and save
- realize that it is possible to save it
- Try to delete it
- realize that it is not possible to delete it |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0016057 | | scheduled | Triage Omni OMS | Is it possible able to add a discount in an order completed | blocks | defect | 0015931 | | closed | jonalegriaesarte | you are able to add a discount in an order completed |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-01-13 12:33 | xabiermerino | New Issue | |
2011-01-13 12:33 | xabiermerino | Assigned To | => adrianromero |
2011-01-13 12:33 | xabiermerino | Modules | => Core |
2011-01-13 12:41 | xabiermerino | Issue Monitored: networkb | |
2011-02-10 16:19 | adrianromero | Status | new => scheduled |
2011-02-10 16:19 | adrianromero | fix_in_branch | => pi |
2011-02-10 16:19 | adrianromero | Type | defect => backport |
2011-02-10 16:19 | adrianromero | fix_in_branch | pi => |
2011-02-10 16:19 | adrianromero | Issue cloned | 0015931 |
2011-02-10 16:19 | adrianromero | Relationship added | blocks 0015931 |
2011-02-15 14:10 | hgbot | Checkin | |
2011-02-15 14:10 | hgbot | Note Added: 0034201 | |
2011-02-15 14:10 | hgbot | Status | scheduled => resolved |
2011-02-15 14:10 | hgbot | Resolution | open => fixed |
2011-02-15 14:10 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.50/rev/920404a85fd06ea29ddec86715dfaa76de8364e4 [^] |
2011-02-15 14:11 | adrianromero | Note Added: 0034202 | |
2011-02-16 11:29 | jonalegriaesarte | Note Added: 0034221 | |
2011-02-16 11:29 | jonalegriaesarte | Status | resolved => closed |
2011-02-16 11:29 | jonalegriaesarte | Fixed in Version | => 2.50MP27 |
2011-02-16 14:58 | adrianromero | Note Added: 0034233 | |
2011-02-16 14:58 | adrianromero | Status | closed => new |
2011-02-16 14:58 | adrianromero | Resolution | fixed => open |
2011-02-16 14:58 | adrianromero | Fixed in Version | 2.50MP27 => |
2011-02-18 12:00 | adrianromero | Note Added: 0034263 | |
2011-02-18 12:00 | adrianromero | Status | new => closed |
2011-02-18 12:00 | adrianromero | Resolution | open => suspended |
2011-02-25 12:30 | adrianromero | Issue cloned | 0016057 |
2011-02-25 12:30 | adrianromero | Relationship added | related to 0016057 |
Notes |
|
(0034201)
|
hgbot
|
2011-02-15 14:10
|
|
Repository: erp/stable/2.50
Changeset: 920404a85fd06ea29ddec86715dfaa76de8364e4
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Feb 15 14:08:06 2011 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/920404a85fd06ea29ddec86715dfaa76de8364e4 [^]
Fixes issue 0015640: you are able to add a discount in an order completed
It as been added the current trigger for tables C_ORDER_DISCOUNT and C_INVOICE_DISCOUNT that checks if the document has been posted to the event INSERT
---
M src-db/database/model/triggers/C_INVOICEDISCOUNT_TRG.xml
M src-db/database/model/triggers/C_ORDERDISCOUNT_TRG.xml
---
|
|
|
|
* Testing the issue
Kindly follow the steps to test and verify that cannot be added discounts to purchase orders completed or posted.
Because there has been modified two triggers the following tests must be performed:
- Test that cannot be added discounts in completed Purchase orders, Sales orders, Purchase invoices and sales invoices.
- Test that discounts can be added, updated and removed in draft Purchase orders, Sales orders, Purchase invoices and sales invoices.
* Other areas affected.
There can be affected other processes that creates, updates or deletes discounts in orders and invoices. |
|
|
(0034221)
|
jonalegriaesarte
|
2011-02-16 11:29
|
|
|
|
|
Changes has been backed out because it causes a regression. |
|
|
|
Cannot be implemented the this because of internal database technical details. Implementing the trigger functionality to avoid to create discounts in completed orders raises a "Mutating tables" exception when saving a new order with a business partner that has discounts.
In any case this is a minor issue because new added discounts to completed orders does not affects any other functionality or flow. |
|