Default Menu Location
Reports >> Purchase Order >> Vendor Distribution By Value
Click here for screenshotGeneral Description
Vendor Distribution by Value Report displays a list of all the vendors including how much your company has spent within a specific time frame.
Fields and Filters¶
Vendor No: Vendor number
PO Date: Specific Purchase Order date
Item no: Item number or item code
Standard Report Fields(Page Header)¶
CompanyDate Range- lc_daterange
- iif(empty(alltrim(lc_para)), '( All )' , '( ' + alltrim(lc_para) + ' )')
Standard Report Fields(Line Items)¶
Vendor NoCompanyLast Date- iif(isnull(podate),'', podate)
$ Purchased in Date RangeAvg Pur Monthly% of Purch- round((totsales/lc_total),3) * 100
% of Cum Pur- round((tot/lc_total),3) * 100
Additional Report Fields for Customization