When users want to retire an inventory item, they often rename it. This destroys the history in the invoice items, since suddenly the inventory is called something different (e.g "DO NOT USE"). This is not very useful.
Let's add a column called hidden that will be filtered on by default in our inventory listing queries. This will allow us to inform users of how to hide inventory items without destroying information.
When users want to retire an inventory item, they often rename it. This destroys the history in the invoice items, since suddenly the inventory is called something different (e.g "DO NOT USE"). This is not very useful.
Let's add a column called
hiddenthat will be filtered on by default in our inventory listing queries. This will allow us to inform users of how to hide inventory items without destroying information.