- All Implemented Interfaces:
- MboConstants, MboValueListener
public class FldInvVendorPercentRejectedYTD
extends MboValueAdapter
FldInvVendorPercentRejectedYTD is a non-persistent field in InvVendor.
FldInvVendorPercentRejectedYTD represents the percentage of rejects done on that item, modelnum,
manufacturer, catalogcode combination, during the current year.
It is calculated using the following formula.
(totQtyRejected/(totQtyReceived+totQtyRejected))*100
where totQtyRejected and totQtyReceived are the sum of rejected quantities and received quantities
respectively of the polines with the matching itemnum, itemsetid, manufacturer, modelnum and catalogcode combination.