Inventory > Warehouse management > Warehouse master data > Warehouse area > Bin location > Extended visual display - robinfeng/beashelp GitHub Wiki
Navigation: Inventory > Warehouse Management > Warehouse master data > Warehouse Area > Bin location: Extended visual display No contents entries on this page Contents Each inventory location is displayed as a "rectangle". However, you can use the visualization system to display any other objects such as rectangles, texts, and lines, e.g. via 'Storage area' on the Extended tab
This tab contains a script window. You can use beas script to determine the layout of the visualization.
The object name of the visualization object is vi.
The following graphic objects are available: rectangle A rectangle line A line Text Text ellipse A circle or oval roundrectangle A rectangle with rounded corners
The parameters for all objects are specified using "/" as a separator. All dimensions are given in meters. Decimal specifications are given in the national language, e.g. Germany: 7.6 USA: 7.6
Example: vi=text=text=bin 1/y=0.3/x=4.6/length=0.2/height=1/font.height=-7/color=0 vi=line=y=0.55/x=0/length=4.8/height=0/pen.color=rgb(255,0,0)
Text x,y Position from bottom left in meters length/height Length/height in meters background.color Fill color font.color (or just color) Font color Text Text Day Command to be executed on click Name Name of the object font.face font type font.height Font size. If specification < 0, then in units (normal size = -8, small font: -7, very small: -6. If specification > 0, specification is in system units. Normal size at around 50 - 60. font.weight Font weight. 400=normal, 700=bold escapement Font rotation in 10ths of a degree, e.g. 450 for 45 degrees alignment Font alignment: left, right, center. Default=left.
rectangle, roundrectangle, ellipse x,y Position from bottom left in meters length/height Length/height in meters background.color Fill color brush.color Second fill color - depending on brush.hatch brush.hatch Hatching 0 = Horizontal 1 = BDiagonal 2 = Vertical 3 = Cross 4 = FDiagonal 5 = Diagonal Cross 6 = Solid 7 = Transparent background.mode 0 = Opaque, Solid 1 = Transparent pen.color Frame color pen.width Frame thickness pen.style 0 = Solid 1 = Dash 2 = Dot 3 = DashDot 4 = DashDotDot 5 = Transparent Day Function when clicked Name Name of the object ellipseheight, ellipsewidth Only for roundrectangle: Specifications for the rounded corners.
Line x,y Position from bottom left in meters length/height End point seen from x,y pen.color Color pen.width Pen thickness pen.style 0 = Solid 1 = Dash 2 = Dot 3 = DashDot 4 = DashDotDot 5 = Transparent Day Function when clicked Name Name of the object
Color The color can be specified in the following ways.
xxxx Direct color red + (256green) + (256256*blue) 536870912 = Transparent rgb(r,g,b) Specification as rgb color r=red, g=green, b=blue e.g. rgb(255,255,255) = white green, blue, red Direct color specifications. Other colors are not supported in this notation. e.g. color=red. transparent Transparent color
back to bin location
返回 主页