-
-
Notifications
You must be signed in to change notification settings - Fork 206
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Missing features
Receptions to process
-
Choose an operation
screen : provide more flexibility in the way todays receptions are listed. - Mark reception as printed when you start working on it (scan a picking or select one from the list). This is the standard behavior in all shopfloor scenario. This should also allow to block starting a reception if there is not shipment advice (this condition could then look at the printed status)
GS1 barcode
-
Set lot
screen : when scanning a GS1 barcode, if it contains the lot and expiry date, fill the 2 fields on the screen. -
Set lot
screen : when the lot and expiry date are in 2 separate GS1 barcode, allow to scan the lot barcode and then the expiry date barcode -
Select a move
screen : when scanning a GS1 barcode that contains a product & lot, select move, jump automatically to set lot and already fill the decoded information (lot, expiry date)
Expiry date
-
Set lot
screen : change the date widget to a text widget with a mask to ease the entry -
Set lot
screen : when a date is set before a lot, generate a lot name based on the date- spe alc
Product Packaging
- add additional packaging : in the
Set quantity
screen (coming afterSelect a move
orSet lot
orSet packaging dimension
), we see the list of product packaging in the quantity widget. We should be able to declare new packaging. We need to define the packaging level of that new packaging and the quantity. We should then enter the collection of relevant packaging data by jumping to screenSet packaging dimension
(see next point)- Out of scope, it is the responsibility of the product manager to load the list of packaging
-
Set packaging dimension
screen : collect relevant packaging data (dimension, barcode). The packaging level should define what data should be collected. For example, for a pallet, only the height should be collected. Currently it is hard-coded https://github.com/OCA/wms/blob/14.0/shopfloor_reception_packaging_dimension/services/reception.py#L26- Task: BSCOS-6005
- collect relevant packaging data on for packaging smaller than received. If you receive a box but you have a pallet packaging missing data, it will ask to fill the data for the pallet.
- Current solution is to click on the skip button for that packaging
Product Data
-
Set product dimension
screen : add missing screen to collect product dimensions. If the products are always managed by product packaging (if you define a packaging for 1 unit), we need to be able to disable that screen. -
Set product barcode
screen : add missing screen to collect product barcode. Should we make a separate screen ? What if we want to collect other data ? We need a way to configure the list of fields to fill like we would do on the packaging level for the product packaging.
Measuring device
-
Set packaging dimension
screen : add button to collect data from a measuring device and fill the form. This should replace https://github.com/OCA/wms/tree/14.0/stock_reception_screen_measuring_device- Task: BSCOS-6006
-
Set product dimension
screen : add button to collect data from a measuring device and fill the form.
Destination Package
-
Set quantity
screen : currently you can choose to use an existing pack, create a new pack, or process without pack. Those options should be configurable. Use case, you always receive on a pre-printed pack barcode.
Package Type
-
Set quantity
screen : we need to identify the package type that is received when you assign a package to the move line. If the quantity is a multiple of a product packaging, we need to pre-fill with the corresponding package type. Take the biggest.- Task: BSCOS-6009
- For each packaging, define the package type if missing. As the package type could be pre-computed based on the dimensions, show this screen after the
Set packaging dimension
screen- Out of scope, it is the responsibility of the product manager to load the package type on each packaging
- For the product, define the package type if missing. As the package type could be pre-computed based on the dimensions, show this screen after the
Set product dimension
screen. If the products are always managed by product packaging, we need to be able to disable that screen.- Out of scope, it is the responsibility of the product manager to load the package type on the product
- When a package with a package type is set on the move line, the put-away should be recomputed
- base PR for backend: [ADD] stock_picking_putaway_recompute stock-logistics-workflow#1740
- missing integration with shopfloor. Task: BSCOS-6011
Label Printing
- Print product label
- Print package label
Carrier return
- allow to parse a carrier return barcode
cc @rousseldenis @meredith-alana @Highcooley @phschmidt @TDu @mmequignon
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request