frappe / erpnext

Free and Open Source Enterprise Resource Planning (ERP)
https://erpnext.com
GNU General Public License v3.0
21.83k stars 7.33k forks source link

Stock Actual Quanity Not Updating #40764

Open ptpratul2 opened 7 months ago

ptpratul2 commented 7 months ago

Information about bug

We are facing an issue when selecting items for a transaction such as a "Sales Order." Initially, the actual quantity displayed in Item table row., fetched by the ERP based on the company and any warehouse selected, is not updating after changing the company or warehouse.

For instance, if we select Company "A" with multiple warehouses like "Warehouse A," "Warehouse B," etc., the initial display might show that "Warehouse B" has 10 items in stock. However, if we then select "Warehouse A," the quantity still shows as 10. Even if we switch to "Company C" and its warehouse, where the actual stock balance is 15, the displayed quantity in the transaction (such as the sales order) remains unchanged.

Despite saving the form, the quantity does not update. We kindly request assistance in resolving this issue. erpissue

Module

stock

Version

ERPNext: v15.17.6 (version-15)

Frappe Framework: v15.18.2 (version-15)

Installation method

manual install

Relevant log output / Stack trace / Full Error Message.

No response

jeshani commented 7 months ago

+1

It is not just a stock, we have observed that it happens with the account and cost center details as well. After changing the company and warehouse details, it doesnt refresh the child item table data accordingly.

Utesar72 commented 1 month ago

Hi, Same issue here. Is this bug solved??? Thks in advance.