Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0039988 | Openbravo ERP | 04. Warehouse management | public | 2019-01-21 16:49 | 2019-03-28 14:55 |
|
Reporter | francisco | |
Assigned To | AtulOpenbravo | |
Priority | high | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR19Q2 | |
Merge Request Status | |
Review Assigned To | Sandrahuguet |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 7578 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0039988: Last inventory counting no updating |
Description | When is created an inventory, and the product quantity remain the same (is not changed) the date at the bin content tab is not updating.
This can be confusing because you cannot see if this specific product was counted or not during the inventory. |
Steps To Reproduce | 1. Go to physical inventory window and create a new inventory
2. Go to lines and create a new record
3. Without changing any "quantity count" click on Process inventory Count button
4. Go to warehouse and storage bins window and select the register from where the inventory was process
5. In Bin content tab you can see in "Last inventory count date" is not updated. Otherwise if you had changed "quantity count" it is mentioned in step 3, the "Last inventory count date" is updated |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-01-21 16:49 | francisco | New Issue | |
2019-01-21 16:49 | francisco | Assigned To | => Triage Finance |
2019-01-21 16:49 | francisco | OBNetwork customer | => No |
2019-01-21 16:49 | francisco | Modules | => Core |
2019-01-21 16:49 | francisco | Triggers an Emergency Pack | => No |
2019-01-21 16:58 | Practics | Issue Monitored: Practics | |
2019-01-21 18:15 | francisco | OBNetwork customer | No => OBPS |
2019-01-21 18:15 | francisco | Resolution time | => 1549839600 |
2019-01-22 08:48 | dmiguelez | Assigned To | Triage Finance => AtulOpenbravo |
2019-01-23 10:58 | ngarcia | Support ticket | => 7578 |
2019-01-25 07:29 | AtulOpenbravo | Status | new => scheduled |
2019-01-25 07:29 | AtulOpenbravo | Note Added: 0109243 | |
2019-01-31 10:05 | hgbot | Checkin | |
2019-01-31 10:05 | hgbot | Note Added: 0109347 | |
2019-01-31 10:05 | hgbot | Status | scheduled => resolved |
2019-01-31 10:05 | hgbot | Resolution | open => fixed |
2019-01-31 10:05 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/6d346acd0ba3fb403660a9efb0d84e500df0c655 [^] |
2019-01-31 10:12 | Sandrahuguet | Review Assigned To | => Sandrahuguet |
2019-01-31 10:12 | Sandrahuguet | Note Added: 0109350 | |
2019-01-31 10:12 | Sandrahuguet | Status | resolved => closed |
2019-01-31 10:12 | Sandrahuguet | Fixed in Version | => 3.0PR19Q2 |
2019-01-31 11:11 | Sandrahuguet | Note Added: 0109351 | |
2019-03-28 14:55 | hudsonbot | Checkin | |
2019-03-28 14:55 | hudsonbot | Note Added: 0110762 | |
Notes |
|
|
- Go to physical inventory window and create a new inventory
- Go to lines and create a new record
- Without changing any "quantity count" click on Process inventory Count button
- Go to warehouse and storage bins window and select the register from where the inventory was process
- In Bin content tab you can see in "Last inventory count date" is updated. |
|
|
(0109347)
|
hgbot
|
2019-01-31 10:05
|
|
Repository: erp/devel/pi
Changeset: 6d346acd0ba3fb403660a9efb0d84e500df0c655
Author: Atul Gaware <atul.gaware <at> openbravo.com>
Date: Tue Jan 29 23:14:28 2019 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/6d346acd0ba3fb403660a9efb0d84e500df0c655 [^]
Fixes Issue 0039988: Last inventory counting no updating
M_Transaction records are not created for inventory count line
having qtyCount equals to book quantity or order quantity equals
order quantity book. Hence update inventory is not called which
actual updates the date inventory in M_Storage_Detail.
Update Date Inventory method is introduced and now used to update
date in such cases which calls update inventory.
---
M src/org/openbravo/materialmgmt/InventoryCountProcess.java
---
|
|
|
|
|
|
|
We are not going to provide script to fix data because there is a workaround.
With the fix applied, create a new Physical Inventory / Process Inventory Count and the Last Inventory Count Date is now updated. |
|
|
|
|