Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0038537 | Modules | Advanced Warehouse Operations | public | 2018-05-13 16:57 | 2018-08-02 10:30 |
|
Reporter | dmiguelez | |
Assigned To | dmiguelez | |
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | dmiguelez |
Support ticket | |
OBNetwork customer | No |
Regression introduced in release | |
|
Summary | 0038537: Show quantity in AUM in Task Window [Backend] |
Description | Show quantity in AUM in Task Window [Backend]
In the Task Window, there is already information about quantity in BUM, BUM, AUM and Conversion Rate.
However, it will be useful to have the quantity in AUM too just to quickly look at it without doing operations manually |
Steps To Reproduce | Show quantity in AUM in Task Window [Backend]
In the Task Window, there is already information about quantity in BUM, BUM, AUM and Conversion Rate.
However, it will be useful to have the quantity in AUM too just to quickly look at it without doing operations manually |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-05-13 16:57 | dmiguelez | New Issue | |
2018-05-13 16:57 | dmiguelez | Assigned To | => dmiguelez |
2018-05-13 16:57 | dmiguelez | OBNetwork customer | => No |
2018-08-02 09:41 | hgbot | Checkin | |
2018-08-02 09:41 | hgbot | Note Added: 0106096 | |
2018-08-02 09:41 | hgbot | Checkin | |
2018-08-02 09:41 | hgbot | Note Added: 0106097 | |
2018-08-02 09:41 | hgbot | Status | new => resolved |
2018-08-02 09:41 | hgbot | Resolution | open => fixed |
2018-08-02 09:41 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/8edc3ed676edece2f17ca09c1b5c6d2543bce813 [^] |
2018-08-02 09:41 | hgbot | Checkin | |
2018-08-02 09:41 | hgbot | Note Added: 0106098 | |
2018-08-02 09:41 | hgbot | Checkin | |
2018-08-02 09:41 | hgbot | Note Added: 0106099 | |
2018-08-02 10:27 | hgbot | Checkin | |
2018-08-02 10:27 | hgbot | Note Added: 0106100 | |
2018-08-02 10:27 | hgbot | Checkin | |
2018-08-02 10:27 | hgbot | Note Added: 0106101 | |
2018-08-02 10:27 | hgbot | Checkin | |
2018-08-02 10:27 | hgbot | Note Added: 0106102 | |
2018-08-02 10:27 | hgbot | Checkin | |
2018-08-02 10:27 | hgbot | Note Added: 0106104 | |
2018-08-02 10:27 | hgbot | Checkin | |
2018-08-02 10:27 | hgbot | Note Added: 0106105 | |
2018-08-02 10:27 | hgbot | Checkin | |
2018-08-02 10:27 | hgbot | Note Added: 0106106 | |
2018-08-02 10:27 | hgbot | Checkin | |
2018-08-02 10:27 | hgbot | Note Added: 0106107 | |
2018-08-02 10:28 | hgbot | Checkin | |
2018-08-02 10:28 | hgbot | Note Added: 0106109 | |
2018-08-02 10:30 | dmiguelez | Review Assigned To | => dmiguelez |
2018-08-02 10:30 | dmiguelez | Note Added: 0106112 | |
2018-08-02 10:30 | dmiguelez | Status | resolved => closed |
2022-09-06 17:18 | caristu | Category | Advance Warehouse Operations => Advanced Warehouse Operations |
Notes |
|
(0106096)
|
hgbot
|
2018-08-02 09:41
|
|
|
|
(0106097)
|
hgbot
|
2018-08-02 09:41
|
|
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 8edc3ed676edece2f17ca09c1b5c6d2543bce813
Author: Nono Carballo <nonofce <at> gmail.com>
Date: Thu Aug 02 09:18:55 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/8edc3ed676edece2f17ca09c1b5c6d2543bce813 [^]
Fixes Issue 38537: Adds expected and confirmed quantity in AUM to OBAWO_Task table
- Adds EXPECTED_QTY_AUM and CONFIRMED_QTY_AUM columns to OBAWO_Task table/
window.
- Set corresponding values when creating/confirming task
- Set read only logic so they are visibles when not empties. Same logic was set
to Alternative UOM field.
---
M src-db/database/model/tables/OBAWO_TASK.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/centralbroker/TaskConfirmator.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/task/TasksGenerator.java
---
|
|
|
(0106098)
|
hgbot
|
2018-08-02 09:41
|
|
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 2d88706b095cf327cef0f0ad9d1c8021059b866c
Author: Nono Carballo <nonofce <at> gmail.com>
Date: Thu Aug 02 09:19:17 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/2d88706b095cf327cef0f0ad9d1c8021059b866c [^]
Related to Issue 38537: Code Review improvements
* Reorder fields in Task Window
* Do not call API from UOM to do the conversion.
As the conversion rate is already known it is
possible to do the conversion right away
---
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/centralbroker/TaskConfirmator.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/task/TasksGenerator.java
---
|
|
|
(0106099)
|
hgbot
|
2018-08-02 09:41
|
|
|
|
(0106100)
|
hgbot
|
2018-08-02 10:27
|
|
Repository: retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: e78089ab8beb358d0f531e4a5856cbb673044683
Author: Nono Carballo <nonofce <at> gmail.com>
Date: Thu Aug 02 09:18:55 2018 +0200
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations/rev/e78089ab8beb358d0f531e4a5856cbb673044683 [^]
Related to Issue 38537: Adds expected and confirmed quantity in AUM to OBAWO_Task table
- Adds EXPECTED_QTY_AUM and CONFIRMED_QTY_AUM columns to OBAWO_Task table/
window.
- Set corresponding values when creating/confirming task
- Set read only logic so they are visibles when not empties. Same logic was set
to Alternative UOM field.
---
M src-db/database/model/tables/OBAWO_TASK.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/centralbroker/TaskConfirmator.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/task/TasksGenerator.java
---
|
|
|
(0106101)
|
hgbot
|
2018-08-02 10:27
|
|
Repository: retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: b9abb71741f1b804774da2ba0a729935d326cfd9
Author: Nono Carballo <nonofce <at> gmail.com>
Date: Thu Aug 02 09:19:17 2018 +0200
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR17Q4/org.openbravo.warehouse.advancedwarehouseoperations/rev/b9abb71741f1b804774da2ba0a729935d326cfd9 [^]
Related to Issue 38537: Code Review improvements
* Reorder fields in Task Window
* Do not call API from UOM to do the conversion.
As the conversion rate is already known it is
possible to do the conversion right away
---
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/centralbroker/TaskConfirmator.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/task/TasksGenerator.java
---
|
|
|
(0106102)
|
hgbot
|
2018-08-02 10:27
|
|
|
|
(0106104)
|
hgbot
|
2018-08-02 10:27
|
|
|
|
(0106105)
|
hgbot
|
2018-08-02 10:27
|
|
Repository: retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 7e91e76358c3bbb05c188ca93c5d80179f0e488d
Author: Nono Carballo <nonofce <at> gmail.com>
Date: Thu Aug 02 09:18:55 2018 +0200
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations/rev/7e91e76358c3bbb05c188ca93c5d80179f0e488d [^]
Related to Issue 38537: Adds expected and confirmed quantity in AUM to OBAWO_Task table
- Adds EXPECTED_QTY_AUM and CONFIRMED_QTY_AUM columns to OBAWO_Task table/
window.
- Set corresponding values when creating/confirming task
- Set read only logic so they are visibles when not empties. Same logic was set
to Alternative UOM field.
---
M src-db/database/model/tables/OBAWO_TASK.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/centralbroker/TaskConfirmator.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/task/TasksGenerator.java
---
|
|
|
(0106106)
|
hgbot
|
2018-08-02 10:27
|
|
Repository: retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: da394e6845aa41e56bbaa12dbd0c836a7e597ae5
Author: Nono Carballo <nonofce <at> gmail.com>
Date: Thu Aug 02 09:19:17 2018 +0200
URL: http://code.openbravo.com/retail/backports/AWO/3.0RR18Q1/org.openbravo.warehouse.advancedwarehouseoperations/rev/da394e6845aa41e56bbaa12dbd0c836a7e597ae5 [^]
Related to Issue 38537: Code Review improvements
* Reorder fields in Task Window
* Do not call API from UOM to do the conversion.
As the conversion rate is already known it is
possible to do the conversion right away
---
M src-db/database/sourcedata/AD_FIELD.xml
M src/org/openbravo/warehouse/advancedwarehouseoperations/centralbroker/TaskConfirmator.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/task/TasksGenerator.java
---
|
|
|
(0106107)
|
hgbot
|
2018-08-02 10:27
|
|
|
|
(0106109)
|
hgbot
|
2018-08-02 10:28
|
|
|
|
|
|