Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0031912 | Openbravo ERP | 02. Master data management | public | 2016-01-15 13:50 | 2016-06-17 19:37 |
|
Reporter | VictorVillar | |
Assigned To | markmm82 | |
Priority | urgent | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0PR16Q3 | |
Merge Request Status | |
Review Assigned To | aferraz |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 40210 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0031912: Not possible to delete a product under some circumstances |
Description | Not possible to delete a product under some circumstances |
Steps To Reproduce | As group admin role,
Go to Product window,
create a new one
Go To cost tab:
create a new one
Permanent: Y
Try to delete it, you can not because the permanent cost register.
It should be possible to remove a product if it has not a document related. |
Proposed Solution | It should be possible to remove a permanent cost if product does not have a document related. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-01-15 13:50 | VictorVillar | New Issue | |
2016-01-15 13:50 | VictorVillar | Assigned To | => Triage Finance |
2016-01-15 13:50 | VictorVillar | OBNetwork customer | => No |
2016-01-15 13:50 | VictorVillar | Modules | => Core |
2016-01-15 13:50 | VictorVillar | Support ticket | => 40210 |
2016-01-15 13:50 | VictorVillar | Resolution time | => 1431900000 |
2016-01-15 13:50 | VictorVillar | Triggers an Emergency Pack | => No |
2016-01-15 13:51 | VictorVillar | Issue Monitored: networkb | |
2016-04-04 10:07 | aferraz | Target Version | 3.0PR16Q2 => |
2016-04-04 10:12 | VictorVillar | OBNetwork customer | No => Yes |
2016-04-04 10:16 | VictorVillar | Resolution time | 1431900000 => 1463522400 |
2016-04-05 12:19 | aferraz | Assigned To | Triage Finance => aferraz |
2016-04-05 12:19 | aferraz | Assigned To | aferraz => Triage Finance |
2016-04-05 12:21 | aferraz | Assigned To | Triage Finance => Sanjota |
2016-04-13 14:45 | aferraz | Note Added: 0085612 | |
2016-04-13 14:51 | aferraz | Note Edited: 0085612 | bug_revision_view_page.php?bugnote_id=0085612#r11766 |
2016-04-19 17:09 | aferraz | Assigned To | Sanjota => markmm82 |
2016-05-06 20:28 | markmm82 | Status | new => scheduled |
2016-05-09 16:46 | markmm82 | Note Added: 0086318 | |
2016-05-09 17:23 | aferraz | Proposed Solution updated | |
2016-05-09 19:31 | aferraz | Note Deleted: 0085612 | |
2016-05-09 19:32 | aferraz | Proposed Solution updated | |
2016-05-10 11:53 | hgbot | Checkin | |
2016-05-10 11:53 | hgbot | Note Added: 0086345 | |
2016-05-10 11:53 | hgbot | Status | scheduled => resolved |
2016-05-10 11:53 | hgbot | Resolution | open => fixed |
2016-05-10 11:53 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/719ef21233f6efcdae5b0fde9abd7ccff11a49bc [^] |
2016-05-10 11:53 | hgbot | Checkin | |
2016-05-10 11:53 | hgbot | Note Added: 0086346 | |
2016-05-10 11:54 | aferraz | Review Assigned To | => aferraz |
2016-05-10 11:54 | aferraz | Note Added: 0086347 | |
2016-05-10 11:54 | aferraz | Status | resolved => closed |
2016-05-10 11:54 | aferraz | Fixed in Version | => 3.0PR16Q3 |
2016-06-17 19:37 | hudsonbot | Checkin | |
2016-06-17 19:37 | hudsonbot | Note Added: 0087528 | |
2016-06-17 19:37 | hudsonbot | Checkin | |
2016-06-17 19:37 | hudsonbot | Note Added: 0087529 | |
Notes |
|
|
Test plan 1:
As group admin role,
Go to Product window,
create a new one
Go To cost tab:
create a new one
Permanent: Y
Try to delete it, see the product is removed.
Test plan 2:
As group admin role,
Go to Product window,
create a new one
Go To cost tab:
create a new one
Permanent: Y
Go to Sales Order window
create a new one
Create a line with the previously created product
Try to delete it, you can not because the permanent cost register and the document related to the product (the created sales order). |
|
|
(0086345)
|
hgbot
|
2016-05-10 11:53
|
|
Repository: erp/devel/pi
Changeset: 719ef21233f6efcdae5b0fde9abd7ccff11a49bc
Author: Mark <markmm82 <at> gmail.com>
Date: Mon May 09 10:27:19 2016 -0400
URL: http://code.openbravo.com/erp/devel/pi/rev/719ef21233f6efcdae5b0fde9abd7ccff11a49bc [^]
Fixes issue 31912: It is not possible to delete a product with a permanent cost
When a product is removed, the M_COSTING trigger is fired in cascade to delete the related costs, and it don't allow to remove the existing permanents costings associated to the product. To allow to remove the product with permanent costs was modified the M_COSTING_TRG to remove the permanent costs if the product have not related documents.
---
M src-db/database/model/triggers/M_COSTING_TRG.xml
---
|
|
|
(0086346)
|
hgbot
|
2016-05-10 11:53
|
|
|
|
|
|
|
|
|
|
|
|