Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | ||||||||||||
| 0053021 | ||||||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| defect | [Openbravo ERP] 04. Warehouse management | minor | always | 2023-07-21 07:46 | 2023-08-22 20:47 | |||||||
| Reporter | AtulOpenbravo | View Status | public | |||||||||
| Assigned To | AtulOpenbravo | |||||||||||
| Priority | normal | Resolution | open | Fixed in Version | ||||||||
| Status | scheduled | Fix in branch | Fixed in SCM revision | |||||||||
| Projection | none | ETA | none | Target Version | ||||||||
| OS | Any | Database | Any | Java version | ||||||||
| OS Version | Database version | Ant version | ||||||||||
| Product Version | SCM revision | |||||||||||
| Merge Request Status | approved | |||||||||||
| Review Assigned To | ||||||||||||
| OBNetwork customer | No | |||||||||||
| Web browser | ||||||||||||
| Modules | Core | |||||||||||
| Support ticket | ||||||||||||
| Regression level | ||||||||||||
| Regression date | ||||||||||||
| Regression introduced in release | ||||||||||||
| Regression introduced by commit | ||||||||||||
| Triggers an Emergency Pack | No | |||||||||||
| Summary | 0053021: [Total stock take] RM7624 There should not be decimal numbers | |||||||||||
| Description | When exporting inventory lines with quantities having zeros after decimal point should be exported without decimals numbers. https://openbravo.atlassian.net/browse/RM-7624 [^] | |||||||||||
| Steps To Reproduce | - Create a total PI - Make sure there are lines with booked quantity for example 1000.00 - Export stock - Realize that quantity 1000.00 in the export file instead of 1000 | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|
Notes |
|
|
(0152764) AtulOpenbravo (viewer) 2023-07-21 07:48 edited on: 2023-07-21 07:49 |
Test Plan - Create a total PI - Make sure there are lines with booked quantity for example 1000.00 and 1000.256 - Export stock - Realize that quantity 1000.00 in the export file is 1000 and 1000.256 is as it is. Same way test when PI is of type Normal. |
|
(0152765) hgbot (developer) 2023-07-21 07:54 |
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/949 [^] |
|
(0153106) hgbot (developer) 2023-08-02 13:03 |
Merge request closed: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/949 [^] |
|
(0153334) hgbot (developer) 2023-08-08 13:39 |
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/966 [^] |
|
(0153429) hgbot (developer) 2023-08-10 13:22 |
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/966 [^] |
|
(0153430) hgbot (developer) 2023-08-10 13:22 |
Directly closing issue as related merge request is already approved. Repository: https://gitlab.com/openbravo/product/openbravo [^] Changeset: 237b5c9833d978db5778304d6d55f8650913d8ab Author: Atul Gaware <atul.gaware@openbravo.com> Date: 10-08-2023 13:22:24 URL: https://gitlab.com/openbravo/product/openbravo/-/commit/237b5c9833d978db5778304d6d55f8650913d8ab [^] Fixes BUG-0053021: [Total stock take] RM7624 There should not be decimal numbers **When exporting PI lines consider bookedqty and QtyCount as BigInteger in case bigdecimal value has trailing zeros after decimal else keep bigdecimal value as it is. --- M src/org/openbravo/common/actionhandler/ExportPhysicalInventoryLinesToCSV.java --- |
|
(0153811) AtulOpenbravo (viewer) 2023-08-22 20:46 |
Test in SMCP Instance Test Plan - Create a total PI - Make sure there are lines with booked quantity for example 1000.00 and 1000.256 - Export stock - Realize that quantity 1000.00 in the export file is 1000 and 1000.256 is as it is. Same way test when PI is of type Normal. |
|
(0153812) AtulOpenbravo (viewer) 2023-08-22 20:47 |
MR >> https://gitlab.com/openbravo/customers/SMCP/com.openbravo.smcp.warehouse/-/merge_requests/25/ [^] |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2023-07-21 07:46 | AtulOpenbravo | New Issue | |
| 2023-07-21 07:46 | AtulOpenbravo | Assigned To | => Triage Omni WMS |
| 2023-07-21 07:46 | AtulOpenbravo | OBNetwork customer | => No |
| 2023-07-21 07:46 | AtulOpenbravo | Modules | => Core |
| 2023-07-21 07:46 | AtulOpenbravo | Triggers an Emergency Pack | => No |
| 2023-07-21 07:47 | AtulOpenbravo | Assigned To | Triage Omni WMS => AtulOpenbravo |
| 2023-07-21 07:47 | AtulOpenbravo | Status | new => scheduled |
| 2023-07-21 07:48 | AtulOpenbravo | Note Added: 0152764 | |
| 2023-07-21 07:49 | AtulOpenbravo | Note Edited: 0152764 | View Revisions |
| 2023-07-21 07:54 | hgbot | Merge Request Status | => open |
| 2023-07-21 07:54 | hgbot | Note Added: 0152765 | |
| 2023-07-27 12:44 | AtulOpenbravo | Summary | [Total stock take] Lines with stock = 0 should not be exported => [Total stock take] RM7110 Lines with stock = 0 should not be exported |
| 2023-07-27 12:44 | AtulOpenbravo | Description Updated | View Revisions |
| 2023-08-02 13:03 | hgbot | Note Added: 0153106 | |
| 2023-08-08 13:15 | AtulOpenbravo | Summary | [Total stock take] RM7110 Lines with stock = 0 should not be exported => [Total stock take] RM7624 [Total stock take] There should not be decimal numbers |
| 2023-08-08 13:15 | AtulOpenbravo | Description Updated | View Revisions |
| 2023-08-08 13:15 | AtulOpenbravo | Steps to Reproduce Updated | View Revisions |
| 2023-08-08 13:22 | AtulOpenbravo | Summary | [Total stock take] RM7624 [Total stock take] There should not be decimal numbers => [Total stock take] RM7624 There should not be decimal numbers |
| 2023-08-08 13:39 | hgbot | Note Added: 0153334 | |
| 2023-08-10 13:21 | hgbot | Merge Request Status | open => approved |
| 2023-08-10 13:22 | hgbot | Resolution | open => fixed |
| 2023-08-10 13:22 | hgbot | Status | scheduled => closed |
| 2023-08-10 13:22 | hgbot | Note Added: 0153429 | |
| 2023-08-10 13:22 | hgbot | Fixed in Version | => PR23Q4 |
| 2023-08-10 13:22 | hgbot | Note Added: 0153430 | |
| 2023-08-22 20:42 | AtulOpenbravo | Status | closed => new |
| 2023-08-22 20:42 | AtulOpenbravo | Resolution | fixed => open |
| 2023-08-22 20:42 | AtulOpenbravo | Fixed in Version | PR23Q4 => |
| 2023-08-22 20:42 | AtulOpenbravo | Status | new => scheduled |
| 2023-08-22 20:46 | AtulOpenbravo | Note Added: 0153811 | |
| 2023-08-22 20:47 | AtulOpenbravo | Note Added: 0153812 | |
| Copyright © 2000 - 2009 MantisBT Group |