public class FailureConsumptionReport extends Report(Code)
Report the failure or consumption of an item in an inventory. This
is identical to an InventoryReport, but is processed differently
(creates a supply task rather than updating the inventory
baseline).
public FailureConsumptionReport(UID aTaskUID, String itemIdentification, long aReportDate, long aReceivedDate, double quantity, String aConsumer)(Code)