-
-
Notifications
You must be signed in to change notification settings - Fork 723
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[15.0][IMP] stock_inventory: add product selection and fixup
- Loading branch information
1 parent
9ad7b96
commit 9285897
Showing
6 changed files
with
269 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
* `ForgeFlow <https://www.forgeflow.com>`_: | ||
|
||
* David Jiménez | ||
* David Jiménez <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
Go to Inventory / Operations / Inventory Adjustments. Here you can see the list of Adjustment Grouped. | ||
If you create a new Group, you can choose 2 types of product selection: | ||
- All Products (all products from theselected locations) | ||
- All Products (all products from theselected locations). | ||
- Manual Selection (choose manually each product in location). | ||
- One Product (choose only one product in locations). | ||
- Lot Serial Number (choose one product, any lots and locations). | ||
- Product Category (choose one product category [childs also taken into account]). | ||
When you start the adjustment (only one at a time) clicking on adjustments gets you to the view where adjustments are made. | ||
From the group view, if you click on Stock Moves you can see the movements done (includes the 0 qty moves). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.