bpp_viewer: bpp_viewer

Description Usage Arguments See Also

View source: R/bpp_viewer.r

Description

bpp single or multiple order packing solution viewer

Usage

1
bpp_viewer(sn, title = NULL, subtitle = NULL)

Arguments

sn

sn bpp_solution from bpp_solver <list>

- it item <data.table>

- oid: order id <integer>

- sku: stock keeping unit as it id <character>

- tid: ticket id - an unique id within oid <integer>

- otid: order id x ticket id - an unique indentifier indicate it with same tid can be packed into one bin <character>

- bid: bn id <integer>

- x, y, z it position in bid bin <numeric>

- l, d, h it scale along x, y, z <numeric>

- w it weight <numeric>

- bn bins <data.table>

- id bn id <character>

- l bn length limit along x-coordinate <numeric>

- d bn depth limit along y-coordinate <numeric>

- h bn height limit along z-coordinate <numeric>

- w bn weight limit along w - a separate single dimension <numeric>

title

title <character>

subtitle

subtitle <character>

See Also

Other bpp_viewer: bpp_viewer_single


gbp documentation built on May 2, 2019, 6:04 a.m.