Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0019438 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 05. Production management | minor | always | 2012-01-09 18:57 | 2012-01-14 21:21 | |||
Reporter | rafademiguel | View Status | public | |||||
Assigned To | gorkaion | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0MP8 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 28bdfcbfa6fc | |||
Projection | none | ETA | none | Target Version | 3.0MP8 | |||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
Review Assigned To | ||||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0019438: Error messages are not properly shown in Create Standards process | |||||||
Description | Error messages are not properly shown in Create Standards process | |||||||
Steps To Reproduce | - Create a Process Plan with check "Unique attribute consumption" marked on a product that not have enough stock for the same attribute - Create the work requirement and the work effort - Execute create standards in the production run - See the error "Error:" instead of "Error: Not enough stock from unique attribute set instance" | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | ||||||||
|
Notes | |
(0044198) hgbot (developer) 2012-01-10 16:54 |
Repository: erp/devel/pi Changeset: e46a3246221280e37d1b71ae62d1288fff0d85a1 Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com> Date: Tue Jan 10 12:23:24 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/e46a3246221280e37d1b71ae62d1288fff0d85a1 [^] Related to issue 19438.Removed static String on error message. --- M src/org/openbravo/erpCommon/ad_actionButton/CreateStandards.java --- |
(0044199) hgbot (developer) 2012-01-10 16:54 |
Repository: erp/devel/pi Changeset: 9f8e7fc6e85fe7e711636b2322706d00f082a559 Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com> Date: Tue Jan 10 12:23:53 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/9f8e7fc6e85fe7e711636b2322706d00f082a559 [^] Related to issue 19438.Added boolean to avoid commit on AD_UPDATE_PINSTANCE procedure. --- M src-db/database/model/functions/AD_UPDATE_PINSTANCE.xml --- |
(0044200) hgbot (developer) 2012-01-10 16:54 |
Repository: erp/devel/pi Changeset: 19f096d0360fce67d335e9901188ad07a952669b Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com> Date: Tue Jan 10 12:26:07 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/19f096d0360fce67d335e9901188ad07a952669b [^] Related to issue 19438.Avoid commits on m_get_stock and replaced raise with message. --- M src-db/database/model/functions/M_GET_STOCK.xml --- |
(0044201) hgbot (developer) 2012-01-10 16:54 |
Repository: erp/devel/pi Changeset: 1cde7d46d50da62ff7c5918bd11c18b0406a6d0e Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com> Date: Tue Jan 10 12:46:19 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/1cde7d46d50da62ff7c5918bd11c18b0406a6d0e [^] Fixed issue 19438.Call m_get_stock using new parameter, check result of pinstance. --- M src-db/database/model/functions/MA_PRODUCTIONRUN_STANDARD.xml --- |
(0044202) hgbot (developer) 2012-01-10 16:55 |
Repository: erp/devel/pi Changeset: b68ac8e9dd971eb93dc55e1b2def0788e422af8e Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com> Date: Tue Jan 10 15:41:15 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/b68ac8e9dd971eb93dc55e1b2def0788e422af8e [^] Related to issue 19438.Boolean parameters are not allowed. --- M src-db/database/model/functions/AD_UPDATE_PINSTANCE.xml M src-db/database/model/functions/MA_PRODUCTIONRUN_STANDARD.xml M src-db/database/model/functions/M_GET_STOCK.xml --- |
(0044203) hgbot (developer) 2012-01-10 16:55 |
Repository: erp/devel/pi Changeset: 28bdfcbfa6fc894759e04271a1ccd3a909c1086a Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com> Date: Tue Jan 10 15:41:53 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/28bdfcbfa6fc894759e04271a1ccd3a909c1086a [^] Fixed issue 19438.Fixed issue with connection to retrieve uncommited message. --- M src/org/openbravo/erpCommon/ad_actionButton/CreateStandards.java --- |
(0044204) hgbot (developer) 2012-01-10 16:55 |
Repository: erp/devel/pi Changeset: 82a4638a2c558e7837eec1dae9ab214a5128d78c Author: Gorka Ion Damián <gorkaion.damian <at> openbravo.com> Date: Tue Jan 10 16:44:45 2012 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/82a4638a2c558e7837eec1dae9ab214a5128d78c [^] Related to issue 19438.Update license year on modified files. --- M src-db/database/model/functions/AD_UPDATE_PINSTANCE.xml M src-db/database/model/functions/MA_PRODUCTIONRUN_STANDARD.xml M src-db/database/model/functions/M_GET_STOCK.xml M src/org/openbravo/erpCommon/ad_actionButton/CreateStandards.java --- |
(0044354) hudsonbot (developer) 2012-01-14 21:21 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/0f91795528e4 [^] Maturity status: Test |
(0044355) hudsonbot (developer) 2012-01-14 21:21 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/0f91795528e4 [^] Maturity status: Test |
(0044356) hudsonbot (developer) 2012-01-14 21:21 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/0f91795528e4 [^] Maturity status: Test |
(0044357) hudsonbot (developer) 2012-01-14 21:21 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/0f91795528e4 [^] Maturity status: Test |
(0044358) hudsonbot (developer) 2012-01-14 21:21 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/0f91795528e4 [^] Maturity status: Test |
(0044359) hudsonbot (developer) 2012-01-14 21:21 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/0f91795528e4 [^] Maturity status: Test |
(0044360) hudsonbot (developer) 2012-01-14 21:21 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/0f91795528e4 [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2012-01-09 18:57 | rafademiguel | New Issue | |
2012-01-09 18:57 | rafademiguel | Assigned To | => jonalegriaesarte |
2012-01-09 18:57 | rafademiguel | Modules | => Core |
2012-01-09 19:01 | jonalegriaesarte | Assigned To | jonalegriaesarte => gorkaion |
2012-01-09 19:03 | jonalegriaesarte | Target Version | => 3.0MP8 |
2012-01-10 11:43 | gorkaion | Status | new => scheduled |
2012-01-10 11:43 | gorkaion | fix_in_branch | => pi |
2012-01-10 16:54 | hgbot | Checkin | |
2012-01-10 16:54 | hgbot | Note Added: 0044198 | |
2012-01-10 16:54 | hgbot | Checkin | |
2012-01-10 16:54 | hgbot | Note Added: 0044199 | |
2012-01-10 16:54 | hgbot | Checkin | |
2012-01-10 16:54 | hgbot | Note Added: 0044200 | |
2012-01-10 16:54 | hgbot | Checkin | |
2012-01-10 16:54 | hgbot | Note Added: 0044201 | |
2012-01-10 16:54 | hgbot | Status | scheduled => resolved |
2012-01-10 16:54 | hgbot | Resolution | open => fixed |
2012-01-10 16:54 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1cde7d46d50da62ff7c5918bd11c18b0406a6d0e [^] |
2012-01-10 16:55 | hgbot | Checkin | |
2012-01-10 16:55 | hgbot | Note Added: 0044202 | |
2012-01-10 16:55 | hgbot | Checkin | |
2012-01-10 16:55 | hgbot | Note Added: 0044203 | |
2012-01-10 16:55 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/1cde7d46d50da62ff7c5918bd11c18b0406a6d0e [^] => http://code.openbravo.com/erp/devel/pi/rev/28bdfcbfa6fc894759e04271a1ccd3a909c1086a [^] |
2012-01-10 16:55 | hgbot | Checkin | |
2012-01-10 16:55 | hgbot | Note Added: 0044204 | |
2012-01-11 13:26 | rafademiguel | Status | resolved => closed |
2012-01-11 13:26 | rafademiguel | Fixed in Version | => 3.0MP8 |
2012-01-14 21:21 | hudsonbot | Checkin | |
2012-01-14 21:21 | hudsonbot | Note Added: 0044354 | |
2012-01-14 21:21 | hudsonbot | Checkin | |
2012-01-14 21:21 | hudsonbot | Note Added: 0044355 | |
2012-01-14 21:21 | hudsonbot | Checkin | |
2012-01-14 21:21 | hudsonbot | Note Added: 0044356 | |
2012-01-14 21:21 | hudsonbot | Checkin | |
2012-01-14 21:21 | hudsonbot | Note Added: 0044357 | |
2012-01-14 21:21 | hudsonbot | Checkin | |
2012-01-14 21:21 | hudsonbot | Note Added: 0044358 | |
2012-01-14 21:21 | hudsonbot | Checkin | |
2012-01-14 21:21 | hudsonbot | Note Added: 0044359 | |
2012-01-14 21:21 | hudsonbot | Checkin | |
2012-01-14 21:21 | hudsonbot | Note Added: 0044360 | |
2022-06-08 07:11 | alostale | Relationship added | related to 0049501 |
Copyright © 2000 - 2009 MantisBT Group |