Items below reorder level

I found a reference here

Emre was using IT.tag name in his reports for Inventory Item tags

[Purchase Tax:1.4,1, 1, 1.1, 1.1]
>Item|Unit|Tax%|Total Purchase|Tax Total
{REPORT INVENTORY TRANSACTION DETAILS:
	T.Name,
	T.Unit,
	[IT.Tax],
	[T.TotalPrice.Sum],
	[($4*$3)/100];#.00
	:(ITT=Purchase Transaction Type)
}
>Totals
{REPORT INVENTORY TRANSACTION DETAILS:
	[IT.Tax],
	[T.TotalPrice.Sum],
	[($1*$2)/100];#.00
:(ITT=Purchase Transaction Type)
:{0}% Total|||{1}|{2}
}
>{REPORT INVENTORY TRANSACTION DETAILS:[T.TotalPrice.Sum],[([IT.Tax]*[T.TotalPrice]).Sum]/100 :(ITT=Purchase Transaction Type):Total|||{0}|{1}}

The only thing I would like about inventory is if you could list Inventory Transaction types and use them in expressions which is not possible as far as I know. Something along the line of

(ITT="$1")
1 Like