Beas - I need to transfer the reserved quantity

Fabio

Hi guys, I have the following case.


I need to reserve a material to create a product, I reserve all of it so that no one can consume it. But for production, I can't consume all of it at once, I only consume one drum, so I wanted to transfer one drum at a time to consume.

But in Beas, it doesn't let you transfer reserved item, I need to cancel the reservation and transfer, then book again.

is there any method for me to transfer without doing this procedure? or any other ideas for this case?

Best Regards

Fabio.

Comentarios

1 comentario

  • Comment author
    Martin Heigl

    Hi,

    over Beas standard this is not possible

    I've only one idea - over customizing script

    insert a transfer function in the dropdown
    best place 

    windowevent rpopup
    if ... then
      bpopup=add=...
    end if
    end event

    and execute the transfer function from beas. 
    I think, it's working fine, if the base document (the work order) is defined in the transfer function.

    http://help.beascloud.com/script/index.html?bsltransferpost.htm

    0

Iniciar sesión para dejar un comentario.