Is there an option, that i’m not aware of, that allows to multiple edit stock.
Now: If you have 4 products that you need to adjust the stock level you have to search them one by one… but is there an option the find multiple products in 1 form and then edit the stock → save → done?
In your favorite spreadsheet editor, remove all rows that aren’t related to the products you want to edit (this is important as you only want to create a transaction for the products you’re editing)
Go back to the Import Data page
Enter a date for the transaction
Choose the edited file from step 1
Choose Inventory impot type
Click the Upload button
Review the data to be imported
Click the Finish button
IMPORTANT: This does not create an adjustment transaction (+/-), but rather a stock count. So you must include every row for the product you want to edit. Removing a row is like zero’ing out the quantity.
Option 2 - Adjust Stock feature
Enable Adjust Stock as a supported activity for your location and then use the Manage Inventory feature to adjust stock for specific items.
Option 3 - Adjust Inventory (no longer available but could be added back)
We used to have that available from the Browse Inventory page, but I guess we removed the checkboxes and action menu from the Browse Inventory page (probably for performance reasons). I don’t see why we couldn’t add it back but I wouldn’t hold your breath.
And if you’re willing to do it manually you could grab the product UUIDs and build the URL yourself. You just need a product.id parameter for each product to the URL like below.
Why I ask for this option is simple. We use handwritten lists in our depot. Where users that are not highly IT can write down the items they picked. Afterwards someone will edit the list on the end of the day. Now they have to search and edit each stock manually, and that takes a bit of time.
Option 3 seems to be the fastest and easy way, but I understand there where some problems with them.
It might take some time before I have the ability to work on this, but I’ll look into what it would take to restore.
I tried Option 2 but if I click on some products I get this error:
This is a known issue that I fixed in another branch but it’s a long-lived feature branch that hasn’t made its way back to develop yet. I’ll try to get that commit cherry-picked over as soon as I can. In case you want to try to workaround the issue (although I don’t have any good suggestions on how), I think this was due to the fact that there was whitespace in the bin location name or lot number. The request parameter just needed to be URL encoded (i.e. whitespace needs to be removed or converted to %20 or +). In the case of bin locations, replacing all whitespace with hyphens would probably work.
The option to edit a single product from the action menu gives me this error if I do a stock decrease:
Interesting. I think this is an issue with the Adjustment type only being able to accept all positive or all negative quantities (not mixed), but I’ll have to look into that.
Why I ask for this option is simple. We use handwritten lists in our depot. Where users that are not highly IT can write down the items they picked. Afterwards someone will edit the list on the end of the day. Now they have to search and edit each stock manually, and that takes a bit of time.