Inventory Warehouse management Warehouse master data Warehouse area Bin location Color rules - robinfeng/beashelp GitHub Wiki
Navigation: Inventory > Warehouse Management > Warehouse master data > Warehouse Area > Bin location: Color rules No contents entries on this page Contents Depending on configurable causes, a bin location can be displayed with different colors. Two rules are currently available, and further ones can be ordered if necessary. Generally where "green" is mentioned, this refers to the basic bin location color ("Color" column).
Rule Meaning Empty=green, occupied=red Inventory location is shown as green as long as it is empty, otherwise it is red. According to weight, up to 50% green, up to 80% orange, 80% or over red Coloring depends on weight, i.e. on "max. weight" and "current weight". In addition, the filling degree is not only shown through color, but also by means of percentages.
Color rules cannot be determined via creation of the batch inventory location. To set the color rules for several inventory locations, an SQL instruction must be used.
update "BEAS_WHSBIN" set "COLORRULE"=1 where "AREACODE"='A'
= the color rule = Storage Area
Rule Meaning 0 Empty=green, occupied=5 1 According to weight, 50% / 80%
Example Display all bin locations with the color rule "by weight" in warehouse area A
update "BEAS_WHSBIN" set "COLORRULE"=1 where "AREACODE"='A'
back to bin location
返回 主页