Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012387 | Openbravo ERP | 05. Production management | public | 2010-02-22 13:55 | 2010-05-18 12:12 |
|
Reporter | networkb | |
Assigned To | sivaraman | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP11 | |
Target Version | 2.50MP17 | Fixed in Version | 2.50MP15 | |
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 | 0012387: It is possible to add some records when a Work effort is processed |
Description | It is possible to add more records in Salary category, Indirect cost, Machine, Outsourcing, Toolset |
Steps To Reproduce | Go to Production Management > Transactions > Work effort.
Create a new one.
Go to Production Run tab.
Generate a new one
Process it.
Go back to Work effort.
Validate it.
Go back to Process Run.
Create a new record.
Process it.
Go to Salary category, Indirect cost, Machine, Outsourcing, Toolset tabs, and try to add a new record. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0012912 | pi | closed | alostale | Read Only Logic is not working for Invoice Line field of Outsourced tab | related to | defect | 0013357 | 2.50MP18 | closed | sivaraman | "create standard" process does not work in "production run" tab | related to | defect | 0030018 | | closed | AtulOpenbravo | Invoice Line field of the Work Effort - Production Run - Outsourced tab should be editable although the document is processed |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-02-22 13:55 | networkb | New Issue | |
2010-02-22 13:55 | networkb | Assigned To | => adrianromero |
2010-02-22 16:38 | adrianromero | Status | new => scheduled |
2010-02-22 16:38 | adrianromero | Note Added: 0024700 | |
2010-02-22 16:38 | adrianromero | fix_in_branch | => pi |
2010-03-08 16:05 | jpabloae | Target Version | 2.50MP14 => 2.50MP15 |
2010-04-08 17:28 | sivaraman | Relationship added | related to 0012912 |
2010-04-09 10:13 | sivaraman | Assigned To | adrianromero => sivaraman |
2010-04-09 10:23 | hgbot | Checkin | |
2010-04-09 10:23 | hgbot | Note Added: 0026015 | |
2010-04-09 10:23 | hgbot | Status | scheduled => resolved |
2010-04-09 10:23 | hgbot | Resolution | open => fixed |
2010-04-09 10:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ef2cfd4b2a7ad25536d8409af28af9a624db3aa7 [^] |
2010-04-09 10:30 | sivaraman | Note Added: 0026016 | |
2010-04-09 12:26 | hgbot | Checkin | |
2010-04-09 12:26 | hgbot | Note Added: 0026023 | |
2010-04-09 12:26 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/ef2cfd4b2a7ad25536d8409af28af9a624db3aa7 [^] => http://code.openbravo.com/erp/devel/pi/rev/7e9e2ac8a348610244555546ed92967e12f45eff [^] |
2010-04-15 16:02 | plujan | Note Added: 0026269 | |
2010-04-15 16:02 | plujan | Status | resolved => closed |
2010-04-15 16:08 | psarobe | Note Added: 0026270 | |
2010-04-15 16:08 | psarobe | Fixed in Version | => 2.50MP15 |
2010-04-16 00:00 | anonymous | sf_bug_id | 0 => 2987953 |
2010-04-19 21:13 | hudsonbot | Checkin | |
2010-04-19 21:13 | hudsonbot | Note Added: 0026440 | |
2010-04-19 21:13 | hudsonbot | Checkin | |
2010-04-19 21:13 | hudsonbot | Note Added: 0026443 | |
2010-05-18 12:12 | gorka_gil | Target Version | 2.50MP15 => 2.50MP17 |
2010-05-18 12:28 | adrianromero | Relationship added | related to 0013357 |
2015-07-03 10:40 | ngarcia | Relationship added | related to 0030018 |
Notes |
|
|
The proposal to fix this error is to add a trigger to the tables MA_PL_* similar to the trigger for the tabla M_PRODUCTION_PLAN to disable the edition of the table in the same cases.
Also it will be good to add a read_only_logic to disable in the user interface the edition of fields affected by the new triggers. |
|
|
(0026015)
|
hgbot
|
2010-04-09 10:23
|
|
Repository: erp/devel/pi
Changeset: ef2cfd4b2a7ad25536d8409af28af9a624db3aa7
Author: Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com>
Date: Fri Apr 09 14:05:03 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/ef2cfd4b2a7ad25536d8409af28af9a624db3aa7 [^]
Fixes issue 12387: It is possible to add some records when a Work effort is processed
---
M src-db/database/sourcedata/AD_AUXILIARINPUT.xml
M src-db/database/sourcedata/AD_COLUMN.xml
A src-db/database/model/triggers/MA_PL_EMPLOYEE_TRG.xml
A src-db/database/model/triggers/MA_PL_IC_TRG.xml
A src-db/database/model/triggers/MA_PL_INVOICELINE_TRG.xml
A src-db/database/model/triggers/MA_PL_MACHINE_TRG.xml
A src-db/database/model/triggers/MA_TOOLSETUSED_TRG.xml
---
|
|
|
|
Issue is fixed. Kindly follow the steps as given in Steps To Reproduce and verify Salary category, Indirect cost, Machine, Outsourcing, Toolset tabs. As per the expected behavior, if Plan is processed, no new record can be added and also no existing records can be modified. |
|
|
(0026023)
|
hgbot
|
2010-04-09 12:26
|
|
Repository: erp/devel/pi
Changeset: 7e9e2ac8a348610244555546ed92967e12f45eff
Author: Sivaraman Rajagopal <sivaraman.rajagopal <at> openbravo.com>
Date: Fri Apr 09 16:05:56 2010 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/7e9e2ac8a348610244555546ed92967e12f45eff [^]
Fixes issue 12387: It is possible to add some records when a Work effort is processed
---
M src-db/database/model/triggers/MA_PL_EMPLOYEE_TRG.xml
M src-db/database/model/triggers/MA_PL_IC_TRG.xml
M src-db/database/model/triggers/MA_PL_INVOICELINE_TRG.xml
M src-db/database/model/triggers/MA_PL_MACHINE_TRG.xml
M src-db/database/model/triggers/MA_TOOLSETUSED_TRG.xml
---
|
|
|
(0026269)
|
plujan
|
2010-04-15 16:02
|
|
|
|
|
|
|
|
|
|
|
|