Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Yakta needs to track all inventory in the warehouse including “Point of Use” (POU) items. POU items are component items in a formula. Logistically it is most efficient to have these items near the work stations and be readily available to those assembling the work orders.

However, if a large amount of these items are moved to to the work stations' input bin, without tying it directly to a work order, the warehouse loses the ability to track these items. Tracking these items is important for supply planning purposes.

Therefore, a solution is needed that both keeps the POU products near the work stations, while simultaneously tracking the quantity of each item.

This solution will physically keeps the POU items in a bin near the Work Station, while systematically moving the POU items out of their bin to the “Input” bin so the item is available for a work stationThis solution proposes a Kanban system to ensure enough POU items are available for work stations.

2024-08-23_11-29-40.png

Drawio
simple
mVer2
simple0
zoom1
0inComment0
custContentId3208052895
pageId32045793513214704698
lboxcustContentId13213688865
diagramDisplayNameUntitled Diagram-17247210519721725047227171.drawio
lbox1
contentVer51
revision51
baseUrlhttps://mdnusa.atlassian.net/wiki
diagramNameUntitled Diagram-17247210519721725047227171.drawio
pCenter0
width1206600.5
links
tbstyle
height486540.5

Acceptance Criteria

General Setup

  • On the item object:

    • Add “POU Item” checkbox

    • (Note this has already been added by YAKTA staff)

User Starts Work Line

  • The user registers the start time for a work line

  • If item = POU item

    • If the Item’s On Hand Quantity in the Default Bin >= Sum of Quantity

      • Add a line to a Movement Document with the following

        • Quantity

        • From Bin = Item’s Default Bin

        • To Bin = Input Bin

    • Post the Movement Document

  • Else (The Item’s On Hand Quantity < Sum of Quantity)

    • Display a message:

    • Item {Item No.} does not have enough inventory to move to the input bin.

    • A manager will manually move the inventory as necessary such as performing a replenishment move from bulk inventory.