Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch Stock Items, having serial number can't be moved without inserting Serial Number #11792

Closed
asharamseervi opened this issue Nov 29, 2017 · 1 comment
Assignees
Milestone

Comments

@asharamseervi
Copy link
Contributor

An item, having serial number & batch, can't be moved to other warehouses, because of no input of field for serials.

To reproduce, Create an item with serials & batch. Now using Stock Entry, Material Receipt in any one warehouse. Let's assume 100 serial items are at X Warehouse, and have to move 50 Serial Items to Y Warehouse.

This will work well, while again using Stock Entry, and Material Transfer to Y Warehouse from X. It'll ask about Batch No. if item is having Batch, and as selected FIFO, first 50 Serials will be transferred to Y Warehouse. Perfect.

But, Same feature is there, in Stock > Batch and select same item having bath & serials. There will be shown, 50 serials in Y Warehouse, while another 50 in X. But, using MOVE button, it only asks for Warehouse where to transfer/move. We'll select warehouse, but **MandatoryError: Row #1: Please specify Serial No for Item XYZ** will be prompt, only because Batch/Serial not selected.

@tundebabzy
Copy link
Contributor

Fixed in #11813

nabinhait pushed a commit that referenced this issue Dec 4, 2017
…ing Serial Number (#11792) (#11813)

* if doctype is batch, add extra information to args

* automatically fetch serial numbers if possible

* take advantage of changes in make_stock_entry

* code clean up

* PEP 8 compliance

* fix bug that clears serial number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants