Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0012387
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 05. Production managementminoralways2010-02-22 13:552010-05-18 12:12
ReporternetworkbView Statuspublic 
Assigned Tosivaraman 
PriorityhighResolutionfixedFixed in Version2.50MP15
StatusclosedFix in branchpiFixed in SCM revision7e9e2ac8a348
ProjectionnoneETAnoneTarget Version2.50MP17
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product Version2.50MP11SCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0012387: It is possible to add some records when a Work effort is processed

DescriptionIt is possible to add more records in Salary category, Indirect cost, Machine, Outsourcing, Toolset
Steps To ReproduceGo 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.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0012912pi closedalostale Read Only Logic is not working for Invoice Line field of Outsourced tab 
related to defect 00133572.50MP18 closedsivaraman "create standard" process does not work in "production run" tab 
related to defect 0030018 closedAtulOpenbravo Invoice Line field of the Work Effort - Production Run - Outsourced tab should be editable although the document is processed 

-  Notes
(0024700)
adrianromero (manager)
2010-02-22 16:38

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 (developer)
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
---
(0026016)
sivaraman (reporter)
2010-04-09 10:30

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 (developer)
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 (manager)
2010-04-15 16:02

Verified in PI
(0026270)
psarobe (manager)
2010-04-15 16:08

Tested working fine
(0026440)
hudsonbot (developer)
2010-04-19 21:13

A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/ef2cfd4b2a7a [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/91d98bda46c1 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17088.obx [^]
(0026443)
hudsonbot (developer)
2010-04-19 21:13

A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/7e9e2ac8a348 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/91d98bda46c1 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17088.obx [^]

- 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


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker