Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013469Openbravo ERP05. Production managementpublic2010-05-28 11:172010-06-23 00:00
networkb 
adrianromero 
urgentmajoralways
closedfixed 
5
2.50MP17 
2.50MP19 
Core
No
0013469: Daily Work Requirements Report does not show operations without P-
Daily Work Requirements Report does not show operations without P-
- As Openbravo Admin go to Production Management || Transactions || Process Plan || Process Plan
- Create a process plan.
- Create a version.
- Create an operation.
- Go to I/O Products, create two records.
- First one:
     - Select a product.
     - Production Type: P+
     - Qunatity: 20
- Second one:
     - Select a product.
     - Production Type: P-
     - Qunatity: 20
- Create a new operation:
- Go to I/O Products:
- First one:
     - Select a product.
     - Production Type: P+
     - Qunatity: 20

- Go to Production Management || Transactions || Work Requirement
- Create a new record and process it.

- Go to roduction Management || Analysis Tools || Daily Work Requirements Report:
Start From Date: 01-01-1000
To Date: 01-01-3000

Click HTML Format.

Realize that the operation withouth P- does not appear.
No tags attached.
Issue History
2010-05-28 11:17networkbNew Issue
2010-05-28 11:17networkbAssigned To => adrianromero
2010-05-28 12:45adrianromeroStatusnew => scheduled
2010-05-28 12:45adrianromerofix_in_branch => pi
2010-06-11 13:28adrianromeroNote Added: 0028306
2010-06-11 13:28adrianromeroStatusscheduled => closed
2010-06-11 13:28adrianromeroResolutionopen => no change required
2010-06-11 16:21adrianromeroStatusclosed => new
2010-06-11 16:21adrianromeroResolutionno change required => open
2010-06-11 16:22adrianromeroStatusnew => scheduled
2010-06-11 16:22adrianromeroNote Added: 0028314
2010-06-14 15:59hgbotCheckin
2010-06-14 15:59hgbotNote Added: 0028374
2010-06-14 15:59hgbotStatusscheduled => resolved
2010-06-14 15:59hgbotResolutionopen => fixed
2010-06-14 15:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/bfddab73b8b5440d6ab51cc0adb3b833f67c9961 [^]
2010-06-15 05:44hudsonbotCheckin
2010-06-15 05:44hudsonbotNote Added: 0028407
2010-06-15 07:43arunkumarNote Added: 0028420
2010-06-15 07:43arunkumarStatusresolved => closed
2010-06-15 18:09hgbotCheckin
2010-06-15 18:09hgbotNote Added: 0028458
2010-06-15 18:09hgbotStatusclosed => resolved
2010-06-15 18:09hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/bfddab73b8b5440d6ab51cc0adb3b833f67c9961 [^] => http://code.openbravo.com/erp/devel/pi/rev/91430b430190849ce2a108c0d4771f243288b989 [^]
2010-06-16 17:53hudsonbotCheckin
2010-06-16 17:53hudsonbotNote Added: 0028513
2010-06-22 14:38arunkumarNote Added: 0028674
2010-06-22 14:38arunkumarStatusresolved => closed
2010-06-23 00:00anonymoussf_bug_id0 => 3019884

Notes
(0028306)
adrianromero   
2010-06-11 13:28   
This report is designed to behave this way. It is a Work Requirements Report and only lists the phases that have at least one P- product, it does not list phases without P- products.
(0028314)
adrianromero   
2010-06-11 16:22   
It is an issue. It is a wrong behavior not to show phases without p- products
(0028374)
hgbot   
2010-06-14 15:59   
Repository: erp/devel/pi
Changeset: bfddab73b8b5440d6ab51cc0adb3b833f67c9961
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Mon Jun 14 15:59:04 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/bfddab73b8b5440d6ab51cc0adb3b833f67c9961 [^]

Fixes issue 0013469: Daily Work Requirements Report does not show operations without P-
It has been modified the Daily Work Requirements Report to add a subreport to show P- products no matter there are P- products or not. The previous report structure did not allow to show phases when there are not P- products to list

---
M src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDaily.java
M src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDailyEdit.jrxml
M src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDaily_data.xsql
M src/org/openbravo/erpCommon/ad_reports/SubreportWorkRequirementDaily.jrxml
A src/org/openbravo/erpCommon/ad_reports/SubreportWorkRequirementDaily2.jrxml
---
(0028407)
hudsonbot   
2010-06-15 05:44   
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/bfddab73b8b5 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/f7644da65496 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17606.obx [^]
(0028420)
arunkumar   
2010-06-15 07:43   
Daily work requirement report now shows phases without p- products also.

Tested working fine
(0028458)
hgbot   
2010-06-15 18:09   
Repository: erp/devel/pi
Changeset: 91430b430190849ce2a108c0d4771f243288b989
Author: Adrián Romero <adrianromero <at> openbravo.com>
Date: Tue Jun 15 18:08:32 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/91430b430190849ce2a108c0d4771f243288b989 [^]

Fixes issue 0013469: Daily Work Requirements Report does not show operations without P-
Removing innecesary commented code

---
M src/org/openbravo/erpCommon/ad_reports/ReportWorkRequirementDaily.java
---
(0028513)
hudsonbot   
2010-06-16 17:53   
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/91430b430190 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/56352f289d38 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.17673.obx [^]
(0028674)
arunkumar   
2010-06-22 14:38   
Tested working fine