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

Track container S/N used during packing and delivered to customer #1824

Open
jbaudoux opened this issue Jan 7, 2025 · 0 comments
Open

Track container S/N used during packing and delivered to customer #1824

jbaudoux opened this issue Jan 7, 2025 · 0 comments

Comments

@jbaudoux
Copy link
Contributor

jbaudoux commented Jan 7, 2025

Requirement

At the packing step (put in pack), the products are put in one container (or multiple containers inside each others) that needs tracking.

Examples:

  • you pick the products and you put the products in a rollercage that will be delivered to the customer. That rollercage needs to be tracked by serial number. The rollercage can be freely chosen by the operator.
  • you pick the products and you put the products in a plastic box and then the plastic box inside another box for transport. Both boxes needs to be tracked by serial number. Each box can be freely chosen by the operator.

Assumptions:

  • there are always enough containers in stock

Proposal

  • Have a product for each container type and load all the possible serial numbers as production lots
  • On the delivery package type, list (m2m_tags) the container products that needs to be identified during the pack step
  • In the put in pack wizard, based on the chosen delivery package type, require to identify the lots/sn. One lot per container product is required
    image
  • store on the created package the lots/sn used.
  • (option) when the package is moved to a customer location, make moves for each delivered container (could end-up in the SO)

Consequences:

  • the container is not part of the pick and, as it is not reserved, you can freely choose a SN
  • you can spread picking lines in as much containers as you need

Any existing solution similar to this feature request? Or other approach?

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

1 participant