Openbravo Issue Tracking System - Modules
View Issue Details
0039198ModulesAdvanced Warehouse Operationspublic2018-08-30 09:532019-01-03 15:27
ngarcia 
markmm82 
urgentmajoralways
closedfixed 
5
 
 
Sandrahuguet
0039198: Duplicated transaction related with Physical Inventory Line as it is not processed when launching Count from Front End
Duplicated transaction related with Physical Inventory Line as it is not processed when launching Count from Front End
Note: with AWO sampledata applied

In the backend:
   Create a new product

In the front end (web/org.openbravo.warehouse.advancedwarehouseoperations):
   Select Count from menu for AWOWhseConfigChk001 bin
   Add a product
   Look for the previously created product
   Set a Quantity of 20
   Confirm
   Set a Quantity of 20
   Confirm

In the backend:
   Check the physical inventory is not processed but the related transaction already exists
   Process Inventory Count
   Check two transactions have been created and stock has been also duplicated
No tags attached.
Issue History
2018-08-30 09:53ngarciaNew Issue
2018-08-30 09:53ngarciaAssigned To => dmiguelez
2018-08-30 09:53ngarciaResolution time => 1537394400
2018-08-30 09:54ngarciaIssue Monitored: ngarcia
2018-08-30 11:46martinsdanIssue Monitored: martinsdan
2018-08-31 14:35SandrahuguetAssigned Todmiguelez => markmm82
2018-08-31 15:43markmm82Statusnew => scheduled
2018-09-04 00:15markmm82Note Added: 0106589
2018-09-17 08:58hgbotCheckin
2018-09-17 08:58hgbotNote Added: 0106795
2018-09-17 08:58hgbotStatusscheduled => resolved
2018-09-17 08:58hgbotResolutionopen => fixed
2018-09-17 08:58hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/100f31ae94a6beb8b62d0d35dda8a39b39d58865 [^]
2018-09-17 08:59SandrahuguetReview Assigned To => Sandrahuguet
2018-09-17 08:59SandrahuguetNote Added: 0106796
2018-09-17 08:59SandrahuguetStatusresolved => closed
2018-09-17 13:08hudsonbotCheckin
2018-09-17 13:08hudsonbotNote Added: 0106801
2019-01-03 15:27ngarciaNote Added: 0108816
2022-09-06 17:18caristuCategoryAdvance Warehouse Operations => Advanced Warehouse Operations

Notes
(0106589)
markmm82   
2018-09-04 00:15   
Test Plan:
Note: with AWO sampledata applied

In the backend:
   Create a new product

In the front end (web/org.openbravo.warehouse.advancedwarehouseoperations):
   Select Count from menu for AWOWhseConfigChk001 bin
   Add a product
   Look for the previously created product
   Set a Quantity of 20
   Confirm
   Set a Quantity of 20
   Confirm

In the backend:
   Check the physical inventory is processed and the related transaction already exists (there is only one)
   Check that stock is the right also
(0106795)
hgbot   
2018-09-17 08:58   
Repository: erp/devel/pi
Changeset: 100f31ae94a6beb8b62d0d35dda8a39b39d58865
Author: Mark <markmm82 <at> gmail.com>
Date: Mon Sep 03 18:10:44 2018 -0400
URL: http://code.openbravo.com/erp/devel/pi/rev/100f31ae94a6beb8b62d0d35dda8a39b39d58865 [^]

Fixes issue 39198: Duplicated transaction related with Physical Inventory Line
as it is not processed when launching Count from Front End

Was needed a flush after the inventory is processed to persist into the database
and avoid create an incorrect duplicated transaction related to the processing
inventory line.

---
M src/org/openbravo/materialmgmt/InventoryCountProcess.java
---
(0106796)
Sandrahuguet   
2018-09-17 08:59   
Code review + testing OK
(0106801)
hudsonbot   
2018-09-17 13:08   
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/56bd6ede090b [^]
Maturity status: Test
(0108816)
ngarcia   
2019-01-03 15:27   
Solved in 18Q4