WTM - Bin Transfer

Reference process for transferring goods between bins within one warehouse location in BE-terna Fashion.

Meta process

graph LR;

%% Nodes
A(WTM<br>Bin Transfer)
B(WTM-0010<br>Pick up goods)
C(WTM-0020<br>Capture item)
D(WTM-0030<br>Edit bins)
E(WTM-0040<br>Perform posting)
F(WTM-0050<br>Physically move goods)

%% Flow
A -.- B
linkStyle 0 stroke:#ffffff
B ==> C
C ==> D
D ==> E
E ==> F

%% Classes
class A btProcessTitle
class B,F btProcessExternal
class C,D,E btProcessActive

The process describes the transfer within a warehouse location from one bin to another.

WTM-0010 - Pick up goods

The source bin is selected and the goods are picked up.

Incoming processes:

WTM-0020 - Capture item

The user scans/captures the item/barcode.

WTM-0030 - Edit bins

The target bin is selected.

WTM-0040 - Perform posting

The transfer document is posted by the user.

WTM-0050 - Physically move goods

Move goods to the target bin.

Instances

WTM-MAN - Manual bin transfer

graph LR;

%% Nodes
A(WTM-MAN<br>Manual Bin Transfer)
B(WTM-MAN-0010<br>Pick up goods)
C(WTM-MAN-0020<br>Capture item)
D(WTM-MAN-0030<br>Edit bins)
E(WTM-MAN-0040<br>Perform posting)
F(WTM-MAN-0050<br>Physically move goods)

%% Flow
A -.- B
linkStyle 0 stroke:#ffffff
B ==> C
C ==> D
D ==> E
E ==> F

%% Classes
class A btProcessTitle
class B,F btProcessExternal
class C,D,E btProcessActive

Describes the transfer within a warehouse location (the store or the warehouse) from one bin to another using the bin transfer document.

WTM-MAN-0010 - Pick up goods

The source bin is selected and the goods are picked up.

Incoming processes:

WTM-MAN-0020 - Capture item

The user scans/captures the item/barcode.

WTM-MAN-0030 - Edit bins

The target bin is selected.

WTM-MAN-0040 - Perform posting

The transfer document is posted by the user.

WTM-MAN-0050 - Physically move goods

Move goods to the target bin.

WTM-MDE - Bin transfer with mobile data capture

graph LR;

%% Nodes
A(WTM-MDE<br>Bin Transfer with Mobile Data Capture)
B(WTM-MDE-0010<br>Pick up goods)
C(WTM-MDE-0020<br>Capture item)
D(WTM-MDE-0030<br>Edit bins)
E(WTM-MDE-0040<br>Perform posting)
F(WTM-MDE-0050<br>Physically move goods)

%% Flow
A -.- B
linkStyle 0 stroke:#ffffff
B ==> C
C ==> D
D ==> E
E ==> F

%% Classes
class A btProcessTitle
class B,F btProcessExternal
class C,D,E btProcessActive

Describes transfer using mobile data capture within a warehouse or store from one bin to another.

WTM-MDE-0010 - Pick up goods

The source bin is scanned and the goods are picked up.

WTM-MDE-0020 - Capture item

The user scans the item.

WTM-MDE-0030 - Edit bins

The target bin is scanned.

WTM-MDE-0040 - Perform posting

The transfer is executed.

WTM-MDE-0050 - Physically move goods

Move goods to the target bin.