I'd like to be able to search and report on assets with more granularity than is currently available, for instance:
Example 1:
List all assets where type=Desktop and Company=unassigned and where Warranty<3years.
(Show me a list of Desktop Computers which are not assigned to a Company and which are still within a 3 year warranty)
Example 2:
Count all assets where type=Desktop and Company=VultureFinance and where Warranty>3 years and Warranty<5years
(Show me the count of Desktop Computers belonging to Vulture Finance which are older than 3 years)
Then, schedule a monthly report and send it to me.

